mattnite / BCIT-Sailbot

BCIT Sailbot Project
http://bcit-sailbot.ca
GNU General Public License v3.0
3 stars 1 forks source link

Create Linear Actuator Control Server Front End #35

Open mattnite opened 7 years ago

mattnite commented 7 years ago

Create a server using ZeroMQ that is initialized on the command line with a single argument for the port number. It will give appropriate error messages on failure. Valid messages to the server will be strings representing integers 0 to 100. The server will convert the string to an integer and reply with an acknowledge message. Again, appropriate error messages for invalid input is required.