There are two sample applications included with Legato code to demo various services.
If you're using an AR7 module in your device, substitute ar7 for wp7.
build/<target>/bin/samples.To install and use this app:
$ cd apps/sample/airvantageDemo $ make wp7 $ instapp airvantageDemo.wp7 <ip address>
where <ip address> is the address of your target device.
Then start your Start App.
To install and use this app:
$ cd apps/sample/modemDemo $ make wp7 $ instapp modemDemo <ip address>
where <ip address> is the address of your target device.
The modemDemo app accepts several commands (through sending the target a SMS message) and will reply with the results:
This sample app can be customized by editing the modemDemo.adef and related C source files.
For instance, in modemDemo.adef, adding a send execution on start-up will make the system notify you when the app is running. In order to do that, uncomment the run line and replace +18005550199 by your own cell number.
In modemDemo/demo.c, it is also possible to extend the list of processed commands.
Push Data
Connect to AirVantage
Copyright (C) 2014 Sierra Wireless, Inc. Use of this work is subject to license.