Sending data to a web site over HTTP
Posted
by sfactor
on Stack Overflow
See other posts from Stack Overflow
or by sfactor
Published on 2010-04-08T23:09:29Z
Indexed on
2010/04/08
23:13 UTC
Read the original article
Hit count: 267
i have a program that receives data from a wireless device over bluetooth...i now need to do some operations in the data and then send it to the website (web server!!!) as a .csv file...i also need to authenticate the device itself from it hardware address which is also obtained in the program.i am coding this in gcc linux compiler using C...can anyone tell me how do i go about doing this?
© Stack Overflow or respective owner