I am using XBee PRO S3B for wireless radio communication. Currently I am configuring it by XCTU, however, sometimes I need to reset or re configure with non graphical interface. Using digi module with python seemed good alternative to me. So here is my source code. In this way I can reset my destination mac address. However, there is one
Tag: at-command
send gzip data without unzipping
I am currently working on a script for RaspberryPi using a SIM module to send data to an FTP server. Problem is, some data are quite large and I formatted them into csv files but still, are a bit large to send through GPRS. By compressing them in gz files it reduces the size by 5 which is great, but