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,
Thanks for your support,
I was able to increase Max FDs, using macro CONFIG_POSIX_MAX_FDS, I have added CONFIG_POSIX_MAX_FDS=8 line in 'prj.conf' file. now both server are running ok.
thanks again for your kind support.
Thanks,
Dvl
Hi Dejan,
Thanks for your support,
I was able to increase Max FDs, using macro CONFIG_POSIX_MAX_FDS, I have added CONFIG_POSIX_MAX_FDS=8 line in 'prj.conf' file. now both server are running ok.
thanks again for your kind support.
Thanks,
Dvl