I need help. I need to make a TCP socket client to read and write data to a socket server in the back end. The Java ME in the cRIO seems quite limited (I don't have enough experience to back myself though), and I can't figure out the default socket library. Java.net is absent so I cannot use the Java native functions.
The socket server is written in C++. It is meant to communicate data between the cRIO and my coprocessor, mostly, but to also allow me to tap into the datastream from a remote computer!
I have been searching in Google and CD for a while and I am only coming across solutions for Java SE and above!
Have a good day
