profile/ivi/automotive-message-broker.git
9 years agoambd: remove redundant code in core
Petr Nechaev [Sun, 29 Mar 2015 16:48:12 +0000 (19:48 +0300)]
ambd: remove redundant code in core

9 years agoImplement CAN_BCM support (SocketCAN)
Petr Nechaev [Thu, 12 Mar 2015 22:17:04 +0000 (01:17 +0300)]
Implement CAN_BCM support (SocketCAN)

CAN_BCM is better suited for handling cyclic messages than CAN_RAW
because all timeouts and intervals are handled by kernel code.

Made it a default choice.

9 years agoFix tabbing
Petr Nechaev [Mon, 23 Mar 2015 00:42:29 +0000 (03:42 +0300)]
Fix tabbing

9 years agoplugins/common: Set higher priority for cansocketreader thread
Petr Nechaev [Sun, 22 Mar 2015 22:01:28 +0000 (01:01 +0300)]
plugins/common: Set higher priority for cansocketreader thread

Improves CAN message handling time. CAN plugin's standardFrameReceived(frame) is called within this thread.

9 years agoambd: add init.d script
Petr Nechaev [Fri, 6 Mar 2015 18:03:05 +0000 (21:03 +0300)]
ambd: add init.d script

May be useful for environments without systemd.

9 years agoAmbSignalMapper: Improve handling of bitbake environment
Petr Nechaev [Fri, 6 Mar 2015 00:00:46 +0000 (03:00 +0300)]
AmbSignalMapper: Improve handling of bitbake environment

* Removed "-w" from perl commandline in shebang for better compatibility with bitbake environment. Warnings can be enforced
manually when needed.
* Fixed path computation in plugin generation code

9 years agoAmbSignalMaper: Implement dbc2amb
Petr Nechaev [Thu, 5 Mar 2015 16:09:52 +0000 (19:09 +0300)]
AmbSignalMaper: Implement dbc2amb

Adds a "Direct Workflow" for generating CAN plugin from *.dbc file without
intermediate *.json file. dbc2amb selects signals from *.dbc file according to a pre-defined *.msg file which doesn't change when *.dbc file changes. This avoids repeating manual steps on *.json file.

May be useful at very early and late stages of vehicle software development, when there are many changes (cosmetic or other)  to *.dbc files.

TODO list:
* implement "mixing" of multiple *.dbc files into one plugin
* allow manual specification of message composition in *.msg file
* implement handling of SEND in addition to RECEIVE

9 years agoambctl: Fix "list" command
Petr Nechaev [Thu, 5 Mar 2015 20:14:52 +0000 (23:14 +0300)]
ambctl: Fix "list" command

Fixes an error introduced by 5b27ff0b268b48fe58546115e2be01c1a8a8e083
to getManager().

9 years agoFix compilation errors
Petr Nechaev [Mon, 26 Jan 2015 12:56:54 +0000 (15:56 +0300)]
Fix compilation errors

For compiling with gcc-4.8.2 (linaro)

9 years agoFix license
Kevron Rees [Fri, 27 Mar 2015 18:27:19 +0000 (11:27 -0700)]
Fix license

9 years agoUpdate README.md
Kevron Rees [Thu, 26 Mar 2015 16:31:09 +0000 (09:31 -0700)]
Update README.md

9 years agoUpdate README.md
Kevron Rees [Thu, 26 Mar 2015 16:30:14 +0000 (09:30 -0700)]
Update README.md

9 years agofixed compile error
Kevron Rees [Sat, 31 Jan 2015 00:30:30 +0000 (16:30 -0800)]
fixed compile error

9 years agomanual merge of tripzero/master
Kevron Rees [Sat, 31 Jan 2015 00:28:51 +0000 (16:28 -0800)]
manual merge of tripzero/master

9 years ago[plugins-common] - use std namespace, include headers
Kevron Rees [Mon, 26 Jan 2015 21:07:55 +0000 (13:07 -0800)]
[plugins-common] - use std namespace, include headers

9 years ago[Database] - fixed config
Kevron Rees [Sat, 24 Jan 2015 00:13:22 +0000 (16:13 -0800)]
[Database] - fixed config

9 years ago[ambctl] - fixed get, set, listen, getHistory
Kevron Rees [Sat, 24 Jan 2015 00:01:16 +0000 (16:01 -0800)]
[ambctl] - fixed get, set, listen, getHistory

9 years agoversion bump 0.13.803
Kevron Rees [Fri, 23 Jan 2015 23:41:48 +0000 (15:41 -0800)]
version bump 0.13.803

9 years ago[ambctl] - fixed tabbing
Kevron Rees [Fri, 23 Jan 2015 23:22:34 +0000 (15:22 -0800)]
[ambctl] - fixed tabbing

9 years ago[PACKAGING] - packaging changes
Kevron Rees [Fri, 23 Jan 2015 22:42:39 +0000 (14:42 -0800)]
[PACKAGING] - packaging changes

9 years ago[ambctl] - plugin syntax changed.
Kevron Rees [Fri, 23 Jan 2015 21:42:50 +0000 (13:42 -0800)]
[ambctl] - plugin syntax changed.

- any existing key can be modified
- [opencv] - fixed syntax error in json plugin segement
- [opencv] - names should only be one word

9 years ago[bluemonkey] - added exportObject method to dbus module
Kevron Rees [Fri, 23 Jan 2015 18:50:58 +0000 (10:50 -0800)]
[bluemonkey] - added exportObject method to dbus module

9 years ago[Packaging] - use correct path for manifest
Kevron Rees [Thu, 22 Jan 2015 00:24:13 +0000 (16:24 -0800)]
[Packaging] - use correct path for manifest

9 years ago[cangen][cansim] - revert using picojson. continue using json-c
Kevron Rees [Thu, 22 Jan 2015 00:18:08 +0000 (16:18 -0800)]
[cangen][cansim] - revert using picojson.  continue using json-c

9 years ago[AMB] - updated AMB release notes
Kevron Rees [Thu, 22 Jan 2015 00:11:39 +0000 (16:11 -0800)]
[AMB] - updated AMB release notes

9 years ago[xwalk][DBus] - fix for misspelled Diagnostic interface and Zone.equals() return...
Kevron Rees [Thu, 22 Jan 2015 00:09:53 +0000 (16:09 -0800)]
[xwalk][DBus] - fix for misspelled Diagnostic interface and Zone.equals() return type

9 years ago[libamb] - configure correct path for smack label on libamb.so
Kevron Rees [Wed, 21 Jan 2015 20:37:32 +0000 (12:37 -0800)]
[libamb] - configure correct path for smack label on libamb.so

9 years ago[cangen] - use picojson. incomplete. will not compile at this time
Kevron Rees [Wed, 21 Jan 2015 19:57:06 +0000 (11:57 -0800)]
[cangen] - use picojson.  incomplete.  will not compile at this time

9 years agoMerge pull request #43 from tripzero/master
Kevron Rees [Tue, 20 Jan 2015 18:17:53 +0000 (10:17 -0800)]
Merge pull request #43 from tripzero/master

0.13.802

9 years ago[Packaging][Deb] - More packaging
Kevron Rees [Tue, 20 Jan 2015 00:47:45 +0000 (16:47 -0800)]
[Packaging][Deb] - More packaging

9 years ago[bluemonkey] - added dbus module
Kevron Rees [Mon, 19 Jan 2015 21:46:12 +0000 (13:46 -0800)]
[bluemonkey] - added dbus module

9 years ago[ambd] - print out useful error if config can't open
Kevron Rees [Mon, 19 Jan 2015 19:08:00 +0000 (11:08 -0800)]
[ambd] - print out useful error if config can't open

9 years ago[Packaging][Deb] - added bluemonkey subpackage
Kevron Rees [Mon, 19 Jan 2015 19:07:42 +0000 (11:07 -0800)]
[Packaging][Deb] - added bluemonkey subpackage

9 years ago[ALL] - removed dependency on json-c.
Kevron Rees [Fri, 16 Jan 2015 23:25:19 +0000 (15:25 -0800)]
[ALL] - removed dependency on json-c.

9 years ago[ambctl] - fix listen, add listen off
Kevron Rees [Fri, 16 Jan 2015 23:24:51 +0000 (15:24 -0800)]
[ambctl] - fix listen, add listen off

9 years ago[Documentation] - create module 'libamb'
Kevron Rees [Fri, 16 Jan 2015 16:12:18 +0000 (08:12 -0800)]
[Documentation] - create module 'libamb'

9 years ago[AMB] - version bump 0.13.802
Kevron Rees [Fri, 16 Jan 2015 00:13:56 +0000 (16:13 -0800)]
[AMB] - version bump 0.13.802

9 years ago[ambctl] - use tabs for json indent
Kevron Rees [Fri, 16 Jan 2015 00:13:20 +0000 (16:13 -0800)]
[ambctl] - use tabs for json indent

9 years ago[DBus] - fixed set property
Kevron Rees [Fri, 16 Jan 2015 00:07:04 +0000 (16:07 -0800)]
[DBus] - fixed set property

9 years ago[cmake] - added variables for version minor, major and series
Kevron Rees [Thu, 15 Jan 2015 22:26:46 +0000 (14:26 -0800)]
[cmake] - added variables for version minor, major and series

9 years ago[Documentation] - Fixed new structure. Enhanced bluemonkey and opencv docs
Kevron Rees [Thu, 15 Jan 2015 22:21:01 +0000 (14:21 -0800)]
[Documentation] - Fixed new structure. Enhanced bluemonkey and opencv docs

9 years ago[Documentation] - restructure of how documentation is generated
Kevron Rees [Thu, 15 Jan 2015 15:30:54 +0000 (07:30 -0800)]
[Documentation] - restructure of how documentation is generated

9 years ago[AMB] - manual merge
Kevron Rees [Thu, 15 Jan 2015 03:47:45 +0000 (19:47 -0800)]
[AMB] - manual merge

9 years ago[AMB] - updates to release notes
Kevron Rees [Thu, 15 Jan 2015 03:46:21 +0000 (19:46 -0800)]
[AMB] - updates to release notes

9 years ago[ambctl] - fixed tabbing
Kevron Rees [Thu, 15 Jan 2015 00:55:30 +0000 (16:55 -0800)]
[ambctl] - fixed tabbing

9 years agoadditional merge fixes from last merge
Kevron Rees [Thu, 15 Jan 2015 00:28:25 +0000 (16:28 -0800)]
additional merge fixes from last merge

9 years agoAdded Timestamp class
Kevron Rees [Wed, 14 Jan 2015 23:02:37 +0000 (15:02 -0800)]
Added Timestamp class

9 years ago[ambctl] - manual merge of fixes from 0.13.x
Kevron Rees [Thu, 15 Jan 2015 00:15:54 +0000 (16:15 -0800)]
[ambctl] - manual merge of fixes from 0.13.x

9 years ago[database] - use new AmbPluginImpl::setValue
Kevron Rees [Wed, 14 Jan 2015 23:56:48 +0000 (15:56 -0800)]
[database] - use new AmbPluginImpl::setValue

9 years agosynchronize time between server and client
Kevron Rees [Wed, 14 Jan 2015 23:39:56 +0000 (15:39 -0800)]
synchronize time between server and client

9 years agoRequest history data with system time, not steady time
Kevron Rees [Wed, 14 Jan 2015 23:04:00 +0000 (15:04 -0800)]
Request history data with system time, not steady time

9 years agoStore system time in db, not steady time
Kevron Rees [Wed, 14 Jan 2015 23:03:09 +0000 (15:03 -0800)]
Store system time in db, not steady time

9 years agoMerge pull request #42 from tripzero/master
Kevron Rees [Wed, 14 Jan 2015 23:36:24 +0000 (15:36 -0800)]
Merge pull request #42 from tripzero/master

 0.13.801

9 years agoadded segments for database and bluemonkey
Kevron Rees [Wed, 14 Jan 2015 18:15:50 +0000 (10:15 -0800)]
added segments for database and bluemonkey

9 years agoupdated readme and release
Kevron Rees [Mon, 12 Jan 2015 18:51:24 +0000 (10:51 -0800)]
updated readme and release

9 years ago[Documentation] - fix GetHistory return type (should be a{svd})
Kevron Rees [Mon, 12 Jan 2015 18:03:53 +0000 (10:03 -0800)]
[Documentation] - fix GetHistory return type (should be a{svd})

9 years agoadded new README
Kevron Rees [Mon, 12 Jan 2015 07:10:04 +0000 (23:10 -0800)]
added new README

9 years agoadded RELEASE markdown
Kevron Rees [Mon, 12 Jan 2015 07:09:23 +0000 (23:09 -0800)]
added RELEASE markdown

9 years agoadded ambd documentation
Kevron Rees [Mon, 12 Jan 2015 04:18:06 +0000 (20:18 -0800)]
added ambd documentation

9 years agoupdated todo and release
Kevron Rees [Fri, 9 Jan 2015 23:23:16 +0000 (15:23 -0800)]
updated todo and release

9 years agoVersion bump 0.13.801
Kevron Rees [Fri, 9 Jan 2015 23:11:24 +0000 (15:11 -0800)]
Version bump 0.13.801

9 years ago[ambctl] - renamed enablePlugin command to 'plugin'. fixed truncate issues
Kevron Rees [Fri, 9 Jan 2015 23:08:11 +0000 (15:08 -0800)]
[ambctl] - renamed enablePlugin command to 'plugin'. fixed truncate issues

9 years ago[ambctl] - enablePlugin command
Kevron Rees [Fri, 9 Jan 2015 22:07:55 +0000 (14:07 -0800)]
[ambctl] - enablePlugin command

9 years agoadding missing example config
Kevron Rees [Fri, 9 Jan 2015 20:45:54 +0000 (12:45 -0800)]
adding missing example config

9 years ago[ambd] - use picojson to parse configuration. added plugins.d support
Kevron Rees [Fri, 9 Jan 2015 20:41:31 +0000 (12:41 -0800)]
[ambd] - use picojson to parse configuration. added plugins.d support

9 years ago[xwalk] - Dynamically export all objects AMB supports
Kevron Rees [Thu, 8 Jan 2015 23:43:35 +0000 (15:43 -0800)]
[xwalk] - Dynamically export all objects AMB supports

9 years agooverride org.freedesktop.DBus.Properties so we can handle errors properly
Kevron Rees [Thu, 8 Jan 2015 17:43:48 +0000 (09:43 -0800)]
override org.freedesktop.DBus.Properties so we can handle errors properly

9 years agodo not protect Set on because it will affect all objects, not just the defined
Kevron Rees [Thu, 8 Jan 2015 16:37:50 +0000 (08:37 -0800)]
do not protect Set on because it will affect all objects, not just the defined

9 years ago[Documentation][bluemonkey] - added link back to main to bluemonkey docs
Kevron Rees [Wed, 7 Jan 2015 02:47:35 +0000 (18:47 -0800)]
[Documentation][bluemonkey] - added link back to main to bluemonkey docs

9 years ago[Documentation] - Added more content to the main page
Kevron Rees [Wed, 7 Jan 2015 02:46:42 +0000 (18:46 -0800)]
[Documentation] - Added more content to the main page

9 years ago[websocket] - added protocol documentation
Kevron Rees [Wed, 7 Jan 2015 02:04:43 +0000 (18:04 -0800)]
[websocket] - added protocol documentation

9 years ago[Documentation] - additional documentation improvements
Kevron Rees [Tue, 6 Jan 2015 19:33:53 +0000 (11:33 -0800)]
[Documentation] - additional documentation improvements

9 years ago[Core][Database] - Changed queue container to vector to fix strange database plugin...
Kevron Rees [Tue, 6 Jan 2015 19:12:06 +0000 (11:12 -0800)]
[Core][Database] - Changed queue container to vector to fix strange database plugin errors

9 years ago[examples] - renamed example inputs so they can be better handled by mime type
Kevron Rees [Tue, 6 Jan 2015 19:01:54 +0000 (11:01 -0800)]
[examples] - renamed example inputs so they can be better handled by mime type

9 years ago[tools] - genmapping documentation improvement
Kevron Rees [Tue, 6 Jan 2015 19:01:12 +0000 (11:01 -0800)]
[tools] - genmapping documentation improvement

9 years ago[websocket] fixed getRanged requests
Kevron Rees [Tue, 6 Jan 2015 08:24:35 +0000 (00:24 -0800)]
[websocket] fixed getRanged requests

9 years ago[ambctl] added tab completion
Kevron Rees [Tue, 6 Jan 2015 02:46:49 +0000 (18:46 -0800)]
[ambctl] added tab completion

9 years agoexperimenting with tab completion
Kevron Rees [Tue, 6 Jan 2015 00:55:48 +0000 (16:55 -0800)]
experimenting with tab completion

9 years agofixed ambctl description. build requires doxygen for docs
Kevron Rees [Mon, 5 Jan 2015 23:28:47 +0000 (15:28 -0800)]
fixed ambctl description.  build requires doxygen for docs

9 years agomanual merge of tripzero/master
Kevron Rees [Mon, 5 Jan 2015 16:24:01 +0000 (08:24 -0800)]
manual merge of tripzero/master

9 years ago[packaging] requires ncurses python
Kevron Rees [Wed, 31 Dec 2014 17:57:45 +0000 (09:57 -0800)]
[packaging] requires ncurses python

9 years ago[gpsnmea] added GpsInfo dbus interface
Kevron Rees [Wed, 31 Dec 2014 05:44:40 +0000 (21:44 -0800)]
[gpsnmea] added GpsInfo dbus interface

9 years agofix for fidl docs
Kevron Rees [Tue, 30 Dec 2014 23:36:34 +0000 (15:36 -0800)]
fix for fidl docs

9 years agomanual forward port
Kevron Rees [Tue, 30 Dec 2014 23:02:56 +0000 (15:02 -0800)]
manual forward port

9 years ago[ambctl] fixed quit
Kevron Rees [Tue, 30 Dec 2014 21:37:25 +0000 (13:37 -0800)]
[ambctl] fixed quit

9 years agofixed bool handling in ambctl and database logging on startup
Kevron Rees [Tue, 30 Dec 2014 21:23:19 +0000 (13:23 -0800)]
fixed bool handling in ambctl and database logging on startup

9 years agoadded missing spec.in
Kevron Rees [Tue, 30 Dec 2014 19:22:58 +0000 (11:22 -0800)]
added missing spec.in

9 years agoinitial debian packaging and build fixes
Kevron Rees [Tue, 30 Dec 2014 19:04:02 +0000 (11:04 -0800)]
initial debian packaging and build fixes

9 years agoupdated release
Kevron Rees [Tue, 30 Dec 2014 08:01:08 +0000 (00:01 -0800)]
updated release

9 years agobluemonkey supports custom dbus interfaces
Kevron Rees [Tue, 30 Dec 2014 07:58:13 +0000 (23:58 -0800)]
bluemonkey supports custom dbus interfaces

9 years agoreverted varianttype
Kevron Rees [Tue, 30 Dec 2014 05:09:29 +0000 (21:09 -0800)]
reverted varianttype

9 years agoremoved many deprecated interfaces. made variant type an abstractproperty
Kevron Rees [Tue, 30 Dec 2014 03:29:43 +0000 (19:29 -0800)]
removed many deprecated interfaces.  made variant type an abstractproperty

9 years agostarted 0.14 development
Kevron Rees [Tue, 30 Dec 2014 03:02:10 +0000 (19:02 -0800)]
started 0.14 development

9 years agorenamed amb.in.idl to fidl extension. fixes for amb.fidl
Kevron Rees [Tue, 30 Dec 2014 02:16:56 +0000 (18:16 -0800)]
renamed amb.in.idl to fidl extension.  fixes for amb.fidl

9 years agoupdated description
Kevron Rees [Mon, 29 Dec 2014 21:30:50 +0000 (13:30 -0800)]
updated description

9 years agocleaned up cmake
Kevron Rees [Thu, 25 Dec 2014 19:28:07 +0000 (11:28 -0800)]
cleaned up cmake

9 years agouse input instead of raw_input
Kevron Rees [Wed, 24 Dec 2014 08:37:49 +0000 (00:37 -0800)]
use input instead of raw_input

9 years agoREADME's for all plugins, cmake fixes
Kevron Rees [Mon, 29 Dec 2014 21:12:40 +0000 (13:12 -0800)]
README's for all plugins, cmake fixes

9 years agofixed install prefixes
Kevron Rees [Mon, 29 Dec 2014 18:20:32 +0000 (10:20 -0800)]
fixed install prefixes

9 years ago[ambctl] override help
Kevron Rees [Mon, 29 Dec 2014 17:49:02 +0000 (09:49 -0800)]
[ambctl] override help