Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philmod/data2server
The goal is to send the data acquired in Labview to a web server (RESTful)
https://github.com/philmod/data2server
Last synced: 27 days ago
JSON representation
The goal is to send the data acquired in Labview to a web server (RESTful)
- Host: GitHub
- URL: https://github.com/philmod/data2server
- Owner: Philmod
- License: mit
- Created: 2012-03-02T16:06:03.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-09T11:13:28.000Z (almost 13 years ago)
- Last Synced: 2024-10-28T00:19:12.212Z (3 months ago)
- Homepage:
- Size: 188 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
data2server
===========The goal is to send the data acquired in Labview to a web server (RESTful).
The data are encoded in JSON.
If the web server doesn't confirm the data's reception, the data stays in the queue.
If the queue becomes too large, a .txt file is created with all the datas and sent to a FTP.Dependencies
------------
https://github.com/Philmod/Labview-JSONUse
---
main.viContribute
----------
Please feel free to contribute.TODO list
---------
- If there's a FTP issue, send the .txt files by email.
- Possibility to send a array of clusters (JSON), it would be faster.