Skip to main content
1-Visitor
October 13, 2017
Solved

Tunneling with ThingWorx and .net Edge SDK

  • October 13, 2017
  • 2 replies
  • 4723 views

Is there any examples, guides on this?

Thanks,

Rad

Best answer by supandey

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.

2 replies

5-Regular Member
November 6, 2017

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

rad11-VisitorAuthor
1-Visitor
November 6, 2017

Thanks Sushant. I wanted to see an example of either Java or .net using file uploading/downloading and Vnc usage with these SDKs.]

Rad

supandey5-Regular MemberAnswer
5-Regular Member
November 6, 2017

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.

rad11-VisitorAuthor
1-Visitor
November 6, 2017

Thanks. I will try it.