Original problem:
We’ve got an issue on one of our application running on a Treq DX. It’s in C# using the .NET compact framework. Our application is using GPRS to send Data to a server. When we plug our Treq to a RFID reader throught the Ethernet port, we can’t send any more data through GPRS, the .NET system chosing automaticaly the ethernet network to send it. We didn’t manage to find a way to select the GPRS network again.
Solution:
We have finally managed to get rid of our issue by changing the metric of the connections using SetIpForwardEntry/GetIpForwardEntry.
|