MyProjekt:
I will make my core to read current values of my Solar cell every 30 Seconds, which it sends every 30 Min to the server.
It should only connect to the internet when the upload should begin(sleepmode)
MyQuestion:
how can i send data to a server ? There will be about 60 values i want to send. Can i send all at ones to the server?(TCPCLient??) How to receive that data at server side ? TCPClient ? I really would appreciate if you guys would have some tipps for me.