0.14 teaser
by Kevron Rees
Now you can export nice DBus interfaces from any source plugin. Here's a
custom "GpsInfo" interface provided by the gpsnmea plugin:
% ambctl
Automotive Message Broker 0.13.800
[ambctl]# get GpsInfo
GpsInfo
{
"GpsTime": dbus.Double(1050585131.0, variant_level=1),
"FixSequence": -1,
"Zone": 0,
"Fix": 1,
"Time": dbus.Double(469297.344, variant_level=1),
"RawNmeaSequence": -1,
"SattelitesUsed": 0,
"SpeedSequence": -1,
"SattelitesUsedSequence": -1,
"GpsTimeSequence": -1,
"RawNmea": "GPRMC,025856.739,V,,,,,0.00,0.00,311214,,,N*48",
"Speed": 0
}
7 years, 7 months
0.13 has been branched
by Kevron Rees
AMB version 0.13 has been branched. Master is now open for new features
for 0.14.
If all goes well, 0.13 final will be released in the first few weeks of the
new year.
Happy new year,
Kevron
7 years, 7 months
AMB 0.13 Beta Dec 15
by Kevron Rees
A quick update. I've been busy working on adding support for the latest
W3C Automotive Business group data specification. I will submit my pull
request on Dec 10th and bump the version to 0.12.900 which indicates
feature completeness. If all goes well, the pull request will be merged
Dec 15th. Following that date, only P1 or P2 bug fixes (tizen jira), will
be fixed going into 0.13 final.
I also have a pull request open for 0.12.1 with some backported bug fixes.
cheers,
Kevron
7 years, 8 months