cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

What is difference between Protocol Adapter and Edge SDK for Gateway?

yonkim
9-Granite

What is difference between Protocol Adapter and Edge SDK for Gateway?

Generally, Edge SDK is operated as a gateway on a separate computer in order to collect information of edge devices. What is the difference between the Edge SDK and Protocol Adapter in this way?

2 REPLIES 2
jamesm1
5-Regular Member
(To:yonkim)

I'm not super familiar with the protocol adapter sdk, but it looks like the main difference is that it listens on a port for incoming messages  rather than polling the devices like the Edge SDK would do. So, if you have a device that is publishing its properties via some protocol, you can use the protocol adapter to listen for those messages and then parse them into Thingworx properties. Alternatively, if your device is not publishing its properties, you can use the Edge SDK to  poll the device periodically and then parse those into Thingworx properties.

Both act as gateways and both communicate to Thingworx over the Always On  Protocol.

yonkim
9-Granite
(To:jamesm1)

Thank you for your reply.

Top Tags