WebAPI/WebSerial: Difference between revisions
< WebAPI
Jump to navigation
Jump to search
(added initial list of refference APIs) |
(added implementation suggestion) |
||
Line 1: | Line 1: | ||
Reference APIs | |||
== Implementation == | |||
The WebSerial API could be implemented using the [https://github.com/wjwwood/serial serial] library by wjwwood, also used in [http://wiki.ros.org/ ROS]. It's a very good, open-source, stable C++ library with a clear documentation, and it's MIT-licensed. | |||
== Reference APIs == | |||
http://developer.chrome.com/apps/serial.html | http://developer.chrome.com/apps/serial.html | ||
http://pyserial.sourceforge.net/pyserial_api.html | http://pyserial.sourceforge.net/pyserial_api.html | ||
http://williamjwoodall.com/serial/doc/1.1.0/classserial_1_1_serial.html | http://williamjwoodall.com/serial/doc/1.1.0/classserial_1_1_serial.html | ||
http://www.boost.org/doc/libs/1_40_0/doc/html/boost_asio/overview/serial_ports.html | http://www.boost.org/doc/libs/1_40_0/doc/html/boost_asio/overview/serial_ports.html |
Revision as of 00:20, 11 October 2013
Implementation
The WebSerial API could be implemented using the serial library by wjwwood, also used in ROS. It's a very good, open-source, stable C++ library with a clear documentation, and it's MIT-licensed.
Reference APIs
http://developer.chrome.com/apps/serial.html http://pyserial.sourceforge.net/pyserial_api.html http://williamjwoodall.com/serial/doc/1.1.0/classserial_1_1_serial.html http://www.boost.org/doc/libs/1_40_0/doc/html/boost_asio/overview/serial_ports.html