Hi Support team,
I am using nRF9160 module and i want run two server on the module, one is modbus server and other is CoAP server. so is it possible to run both server simultaneously ?
Thanks,
Dvl
Hi Support team,
I am using nRF9160 module and i want run two server on the module, one is modbus server and other is CoAP server. so is it possible to run both server simultaneously ?
Thanks,
Dvl
Hi Dejan Simonovic,
FYI, by last test i found that when i open coap server, the fd count reached to 2, then i create modbus TCP server and fd value will be 3, but during accept API, it return -1 and errno 23, so i just dont understand that if socket create and bind is success then why it fails at accept API !!
Please let me know if you have any idea..?
thanks,
Dvl
Hi Dejan Simonovic,
FYI, by last test i found that when i open coap server, the fd count reached to 2, then i create modbus TCP server and fd value will be 3, but during accept API, it return -1 and errno 23, so i just dont understand that if socket create and bind is success then why it fails at accept API !!
Please let me know if you have any idea..?
thanks,
Dvl