[Ncr-Python.in] HELP REQUIRED [What module to Use?]

Tavish Naruka tavishnaruka at gmail.com
Fri May 23 08:24:13 CEST 2014


Hi,

To push data you can maybe just use wget orcurl to do GET or POST requests
like

curl -i -X POST http://serveraddress.com/app -H "Content-Type:
text/csv" --data-binary "@sensordata.csv"

On the server you can use a tornado, a simple script would be like
http://paste.ubuntu.com/7504377/


On Mon, May 19, 2014 at 3:25 PM, Aniket Maithani
<maithani.aniket at gmail.com>wrote:

> Hello All,
>       I want to send data remotely to a server whose live feed I am
> receiving from one of the USB PORT. Can anybody please help me which Python
> Module should I use to fulfill the following task.
>
> DEVICE---> USB---->SYSTEM----> REMOTE SERVER
>
> Hope the diagram is clear.
>
>
> Regards
> Aniket
>
> _______________________________________________
> https://mail.python.org/mailman/listinfo/ncr-python.in
> Mailing list guidelines :
> http://python.org.in/wiki/NcrPython/MailingListGuidelines
>



-- 
Regards
Tavish Naruka
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ncr-python.in/attachments/20140523/b80f5891/attachment.html>


More information about the Ncr-Python.in mailing list