Getting started with AWP and AWPSIM
Hello, we are developing a web-enabled device and just getting started with Axeda. We intend to have our devices communicate with the Axeda servers by either (a) incorporating the AWP toolkit into our device or (b) implement our own code that complies with the spec -- not sure yet.
My coworker has made good progress on the web side, and has uploaded data into our "Sandbox" database (the one given to us when we start our developer connection account) using the web portal.
I have unpacked the AWP toolkit and am running the "AWPSIM" sample program which can execute command-line instructions such as the one below (below is an excerpt from the AWP toolkit reference).
Where I'm stuch is the proper "endpoint" info. Is there a way I can point my AWPSIM program at our "Sandbox" database and make data appear in our database? If so, what's the host info for our sandbox database? (Or, if this reflects a misunderstanding then it would help to resolve out misunderstanding.)
Thanks for the help.
***
awpsim.exe
-channel tcp
-endpoint 190.160.2.80:19000
-device deviceProfileExample!deviceProfileSerial_US720
-dataItem temperatureDataItem_US720_1:150.0:analog
-geofence <HQ>:<38.898748>:<-77.037684>:<5>
-publish
-poll 60
-duration 600
-externalRules
-upload: asset1.log

AWP endpoint on Axeda Developer site
Hi Chris
Use dev6.axeda.com:19000 as your endpoint
Please refer to:
http://developer.axeda.com/learn/by-type/sample-application/axeda-wireless-protocol-awp-toolkit-c-developers
Hi Chris, Here is a working
Hi Chris,
Here is a working command line that will post data to your developer instance:
Please note: cmc_3527 is your customer key and needs to be attached to the Model (found at top right of UI)
Let me know how it goes.
Thanks
Martin Tobias