Socket

Hi,

Can I open a socket with a c++ program or must I obligatory use wip’s commands?

You can access the WIP API from your program!

All of the Open-AT documentation assumes ‘C’ rather than C++, though…

Of course, there is nothing to stop you implementing your own TCP/IP stack from scratch, and just use the Flow Control Manager to transer the “raw” bytes…