Skip to content

simple proof-of-concept asio-based library for controlling a RC vehicle via LAN

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

sstiller/libremotecontrol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libremotecontrol

simple proof-of-concept library for controlling a RC vehicle via LAN. This Library depends on boost::asio and C++11/C++14.

Don't use this library if you expect any safety or security! Connection loss will lead to unsafe behaviour of the controlled device. I use it for some experiments with RaspberryPi-based tracked vehicles.

What needs to be added to get a nice lib:

  • add configurable failsafe mode (failsafe state has to be sent to the device on connection setup)
  • resend all speed/position values after some milliseconds (100 - 200 should be OK)
  • add encryption and authorization
  • Add proper source code documentation
  • Add a manual

About

simple proof-of-concept asio-based library for controlling a RC vehicle via LAN

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published