xieyaxiongfly / Atheros-CSI-Tool-UserSpace-APP

The user-space applications for our Atheros-CSI-Extraction-TOOL
56 stars 62 forks source link

Ping-Pong #18

Open EuclidGH opened 7 years ago

EuclidGH commented 7 years ago

The main idea is that we run the ping like this

sudo ./send_data ifName Mac nPkt

Is there a possibility to send the answer from the receiver back to the sender and also write it in log.dat.

For example, if we ping an IP or google.com, we get back bytes of data. I want to have the same thing by using CSI-Tool. The Problem is that we "ping" just MAC and send the packets which will be written in a .dat file. How can I run CSI-Tool like ping-pong, where pong is the answer of receivers.

Thank you vary much.

ypan314 commented 4 years ago

@EuclidGH Did you find a way to achieve this ping-pong mechanism? Thanks in advance.