This is the command jstest that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
jstest - joystick test program
SYNOPSIS
jstest [--normal] [--old] [--event] [--nonblock] [--select] <device-name>
DESCRIPTION
jstest can be used to test all the features of the Linux joystick API, including non-
blocking and select(2) access, as well as version 0.x compatibility mode.
It is also intended to serve as an example implementation for those who wish to learn how
to write their own joystick using applications.
OPTIONS
--normal
One-line mode showing immediate status.
--old Same as --normal, using 0.x interface.
--event
Prints events as they come in.
--nonblock
Same as --event, in nonblocking mode.
--select
Same as --event, using select(2) call.
Use jstest online using onworks.net services