Skip to content

njh/k8055httpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8055httpd

Self contained HTTP server for controlling the the Velleman K8055 / VM110 Board.

Requirements

libusb version 1.0.8 or higher

Examples

Starting the server on port 8055:

./src/k8055httpd -p 8055

Turn on digital output 1:

curl -d d1=on http://127.0.0.1:8055/outputs

Turn off all digital outputs:

curl -d d=0 http://127.0.0.1:8055/outputs

About

Self contained HTTP server for controlling the the Velleman K8055 / VM110 Board

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published