Anyone know how to show and update the routing table on Windows Mobile (like you would with the route utility on Windows)?
My first choice would be a utility, second choice would be C# code, third choice C code.
Anyone know how to show and update the routing table on Windows Mobile (like you would with the route utility on Windows)?
My first choice would be a utility, second choice would be C# code, third choice C code.
Something along these lines? Under the hood it calls things like GetIpForwardTable and CreateIpForwardEntry.
We found a nice little shareware app that let us do everything we needed at http://www.z2software.com/PocketLAN.htm.