Hi , I ahve set up of Arduino, lora module and raspberry PI. trying to read the sensor data form arduino to raspberry Pi using LOra...
I am receiving data from arduino and i can see logs in raspberry PI terminal. when I run the command: sudo ./SX_02b_RX_Lora_ACK.cpp.exe
Now i created a client in c++ and server in java (exported as jar file). I can succesfully compile client cpp file. But when i run : sudo ./client.cpp
In client.cpp file : e = sx1272.receivePacketTimeoutACK(10000); //e is not coming as zero. what is the reason here?
I am tunning server file : java -jar raspServer.jar. getting result as:
Waiting for cleint on port: 5368 Socket timed out!
Please help me to solve issue.
Regards, Shruthi
|