Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
For Java i can see there is an example already available with the JAVA Edge SDK download, you can see this file in the location MED-61061-CD-055_M030_Java-SDK-6-0-4-595.zip\samples\src\com\thingworx\sdk\simple\TunnelExample.java
In addition to that there's a blog out on using EMS for tunnelling Tunneling with ThingWorx and an Edge Device
Hope this'd help.
Hi Rad, not sure if you have already seen this but I believe the TunnelManager Class reference detail is covered under the section TunnelManager Class on page 57 in Edge .NET SDK Developer’s Guide Version 5.7.1
Thanks Sushant. I wanted to see an example of either Java or .net using file uploading/downloading and Vnc usage with these SDKs.]
Rad
For Java i can see there is an example already available with the JAVA Edge SDK download, you can see this file in the location MED-61061-CD-055_M030_Java-SDK-6-0-4-595.zip\samples\src\com\thingworx\sdk\simple\TunnelExample.java
In addition to that there's a blog out on using EMS for tunnelling Tunneling with ThingWorx and an Edge Device
Hope this'd help.
Thanks. I guess I will combine Java sample and EMS blog to create .net C# solution.
If you really are looking to build your tunneling project using .NET then i'd say best option would be to start with examples provided with C SDK - this is because .NET EDGE SDK builds from it.
Once you have downloaded the C SDK you can navigate to \\c-sdk-2.0.2.386-master\src\tunneling which contains following
Thanks. I will try it.