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
- Host: GitHub
- URL: https://github.com/auralius/send-doubles
- Owner: auralius
- Created: 2016-08-01T15:54:36.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-01T17:07:12.000Z (almost 10 years ago)
- Last Synced: 2025-03-27T05:22:54.235Z (about 1 year ago)
- Language: Python
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.