the end of 2020
December 31, 2020
RSSI vs RX
-
RSSI: Received Signal Strength Indicator
-
RX: Received Power
-
RssI=10logP
-
from: http://www.elecfans.com/baike/wuxian/20171120582385.html
-
from: https://blog.csdn.net/xiaogu0322/article/details/78710006
how to transfer files over the network using NETCAT
-
nc -l -p 9999 > received_file.txt
-
nc ip port < received_file.txt
-
from: https://tutorials.technology/tutorials/How-to-transfer-files-over-the-network-using-Netcat.html