WS EMS vs Edge SDK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
WS EMS vs Edge SDK
Hi. I'll develop an application which is going to retrieve data from a machine and process it to Thingworx Platform. So, i have a doubt about what to use to achieve this communication.
¿Is there any difference in using WS EMS or Edge SDK?
¿Are EMS and Edge SDK the same concept?
Thank You for your time.
- Labels:
-
Connectivity
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Eddison, it ultimately depends on your use case; including what you're trying to do and what device. The C SDK is pretty much the base for all, so even the Edge MicroServer (EMS) is based off that. Using either-or depends on what the device supports, do you want minimalistic code footprint, does it have to be light weight, does it have a linux-based OS or does it have an ARM or ARM-HWFPU processor etc. From a functionality standpoint, they are very similar, but there are slight differences amongst the SDK themselves.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
And you can say yes, it is the same concept.
Its all about the "device" software.
But its prepared for different (device-)hardware.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Than You, Christian.