dhalperi / linux-80211n-csitool-supplementary

802.11n CSI Tool based on iwlwifi and Linux-2.6
http://dhalperi.github.com/linux-80211n-csitool/
195 stars 129 forks source link

how to send csi information to a server? #160

Open snowyy2019 opened 8 years ago

snowyy2019 commented 8 years ago

Now, the csi information is stored in a file, but I want to the receiver can send data to another computer when the receiver receive packages? how i modifiy some code, if you have any idea, please tell me. Thank you!

egaebel commented 8 years ago

I don't think this relates to the CSI tool. You can just send the file to a server in the usual way over the Internet. If you want to send the file over the local wireless channel using injection mode then look at the random_packets.c file here: https://github.com/dhalperi/linux-80211n-csitool-supplementary/tree/master/injection and alter the code to send packets from a file instead of randomly generated packets.

haimapi commented 8 years ago

I used to set up a web server, apache, make the service on. when collecting data, make the .dat files stored at the web directory, such as ./log_to_file tmp.dat /var/www/ Then another host can access this .dat file