An open API service indexing awesome lists of open source software.

https://github.com/auralius/send-doubles

Send arrays of double via UDP
https://github.com/auralius/send-doubles

Last synced: 11 months ago
JSON representation

Send arrays of double via UDP

Awesome Lists containing this project

README

          

# send-doubles
Send arrays of double via UDP

Very often, I need to send data which are entirely in double, such as from several sensors, to a remote application via a UDP channel. This program are meant to test sending and receiving array of doubles with a simplest format.

The codes are written with Python 2.7.6.