Linux Network Joystick interface

Translate This Thread From English to

Threaded View
I am working on a joystick interface for my robot. It will use a standard
USB joystick (cheap $) and communicate with the target program via TCP/IP.

It will have keepalive messages and a deadman protocol (if you lose signal
or the sender program crashes)

Anyone interested in helping me test?



Re: Linux Network Joystick interface


I'm intrigued : )
It it wired or wireless ?

Re: Linux Network Joystick interface



Well, it is a methodology to connect a joystick to one computer and have it
usable by your robot.

Basically, you code your manual robot control system to use the "NetStick"
API instead of a standard joystick API. Then, to use a joystick, you run
"joysend" to read your joystick and send events to the robot. It can be run
locally or on your network, or if your want, over the internet.

(Must have a good internet connection to avoid "deadman" condition where
client application things the joystick isn't responsive enough)

Re: Linux Network Joystick interface

OK, I get it.  I've got a couple of Logitech USB sticks laying around.
I'd be willing to test : )

mlw wrote:



Site Timeline