robotpy / pynetworktables2js

Forwards NetworkTables traffic to a web page, allowing you to write custom dashboards for your robot using HTML/Javascript
MIT License
46 stars 18 forks source link

Refactored server-side and added aiohttp support. #5

Closed computer-whisperer closed 9 years ago

computer-whisperer commented 9 years ago

Refactored server-side code into nt_serial.py and tornado_handlers.py, added aiohttp_handlers.py and aiohttp_server.py example.

virtuald commented 9 years ago

Maybe it makes sense to add aiohttp to 'extra' requirements for pip?

computer-whisperer commented 9 years ago

I can't seem to find any documentation regarding 'extra' pip requirements, could you point me in the right direction?

virtuald commented 9 years ago

Forgot about this.

Try looking for 'setuptools extras_require' instead.

computer-whisperer commented 9 years ago

Thanks, done in #6