raf
June 13, 2017, 3:07am
1
Hi,
I’ve installed the latest package available in Developer Studio (16.10.3.wp85-wp75-native-x86-201705311410) but I noticed it’s not the same as the latest package available from the GitHub repo (Release Legato AF 16.10.3 Release · legatoproject/legato-af · GitHub ).
Specifically, I wanted to use the ‘AT Server Bridge’ functionality. This is present in the GitHub repo version but not in the package available via DS.
Also, the latest documentation on legato.io makes no mention of the AT Bridge under the AT Commands Server API.
Was this intentional?
daav
June 13, 2017, 5:45am
2
Hi @raf
If you have a look to the 16.10.3 tag on Github, the Bridge feature is not there yet:
//--------------------------------------------------------------------------------------------------
/**
* @page c_atServer AT Commands Server
*
* @ref le_atServer_interface.h "API Reference"
*
* The AT commands Server handles AT commands' subscriptions on a requested serial device. The
* server is compliant with 3GPP 27.007, paragraphs 4.0, 4.1 and 4.2, and V25 ter, paragraphs 5.3,
* 5.4.
*
* @section atServer_syntax AT command syntax
*
* @subsection atServer_Syntax Syntax rules
*
* To be interpreted, the command line sent to the AT commands server must start by the pattern
* "AT" (mean ATtention command).<br>
* Lowercase characters are changed to their uppercase equivalents. Only characters between quotes
* are not replaced.
*
* The supported command formats are:
This file has been truncated. show original
It is present only on the master branch, which gives you a preview of the latest developments in the framework, but which will only be usable:
either by waiting for the next official product release for your hardware
or by rebuilding the framework yourself from Github
Packages for DS or legato-spm are tight to the hardware releases, that’s why there are no package yet including the current Github master code.
raf
June 13, 2017, 7:45am
3
Thanks for clarifying that, @daav .
I’ve rebuilt the framework rather than waiting for the next release. I imagine that’s some months away from now given the current release was fairly recent.
CoRfr
June 14, 2017, 1:44pm
4
Hi @raf ,
the 16.10.3 was only a maintenance of the existing 16.10 release, so just a bit of bug fixing.
The next Legato release is actually coming up this month.