apps/agl-service-unicens.git
5 years agoMerge "agl-service-unicens: replace legacy sendmessage" into eel eel 5.1.0 eel/5.1.0 eel_5.1.0
Jan-Simon Moeller [Tue, 12 Jun 2018 11:58:19 +0000 (11:58 +0000)]
Merge "agl-service-unicens: replace legacy sendmessage" into eel

5 years agoucs_cfg.h: increase tx/rx message buffer to 1052 93/14293/1
Tobias Jahnke [Thu, 7 Jun 2018 14:35:54 +0000 (16:35 +0200)]
ucs_cfg.h: increase tx/rx message buffer to 1052

- now supports parametric EQ (fiberdyne amp)

Bug-AGL: SPEC-1177

Change-Id: I7273e1d824a3118e9b01fa48975964b90f5291ab
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
(cherry picked from commit 9ae3b962cec4c2a191b9ba0261c11252ab5cd9e5)

5 years agoagl-service-unicens: replace legacy sendmessage 67/14267/1
Tobias Jahnke [Wed, 9 May 2018 09:35:38 +0000 (11:35 +0200)]
agl-service-unicens: replace legacy sendmessage

Bug-AGL: SPEC-1177

Replace verb sendmessage using interger array by new
new version now using base64 coded string.

Change-Id: I1b06ad353a13b1e6b2f335c9567cd923960d8104
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
(cherry picked from commit 98fb362c23bcbd4bd300abe6154450e3fd37d250)

5 years agoMerge "agl-service-unicens: robustess measure for tx msg" into eel
Walt Miner [Fri, 8 Jun 2018 12:27:37 +0000 (12:27 +0000)]
Merge "agl-service-unicens: robustess measure for tx msg" into eel

5 years agoagl-service-unicens: robustess measure for tx msg 63/14263/1
Tobias Jahnke [Tue, 15 May 2018 14:21:11 +0000 (16:21 +0200)]
agl-service-unicens: robustess measure for tx msg

- implement asynchronous message transmission via queue
- set message buffer to 512 bytes payload consistently
- xml parsing robustness improvement
- fix error 7 caused by unnecessary gpio port initialization

Bug-AGL: SPEC-1177

Change-Id: I8f494288d03d60d7a0a147f0e25ceb3665731782
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
(cherry picked from commit a85efd7f8f33e04c82e44675e126089a9adbd5e3)

5 years agoagl-service-unicens: support fiberdyne amp setup 61/14261/1
Tobias Jahnke [Tue, 15 May 2018 14:35:15 +0000 (16:35 +0200)]
agl-service-unicens: support fiberdyne amp setup

- add amp (node and routing) to xml configuration
- add amp control buttons to html web-interface

Bug-AGL: SPEC-1177

Change-Id: If6df66f4b6e7d9cf7a259c4e44604db90e588134
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
(cherry picked from commit 7d3efd06d97d6f00540351dbe6d698f340e1fd68)

5 years agoagl-service-unicens: support base64 Tx/Rx 59/14259/1
Tobias Jahnke [Wed, 9 May 2018 09:11:31 +0000 (11:11 +0200)]
agl-service-unicens: support base64 Tx/Rx

Bug-AGL: SPEC-1177

Implement function to transmit control messages
with base64 encoded payload string. Modify control
message reception providing the payload as base64.

Change-Id: I78fb600e75cef3083220da202d2274df729083d9
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
(cherry picked from commit 216ae6b4e1c6eac62dea123816ccb1314c8362c9)

5 years agoMerge "agl-service-unicens: prepare control message transmission in b64 format" into eel
Walt Miner [Fri, 8 Jun 2018 12:05:51 +0000 (12:05 +0000)]
Merge "agl-service-unicens: prepare control message transmission in b64 format" into eel

5 years agoagl-service-unicens: prepare control message transmission in b64 format 57/14257/1
Tobias Jahnke [Mon, 7 May 2018 14:07:17 +0000 (16:07 +0200)]
agl-service-unicens: prepare control message transmission in b64 format

Bug-AGL: SPEC-1177

Add new verb sendmessageb64.

Change-Id: I4f7c67141ede4e5c5d5f60acb4dd93ca4b46c271
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
(cherry picked from commit 84c3e1b169038e181526b4fbadab3d8f9322717c)

5 years agoagl-service-unicens: update submodules, app-templates 55/14255/1
Tobias Jahnke [Mon, 30 Apr 2018 12:29:21 +0000 (14:29 +0200)]
agl-service-unicens: update submodules, app-templates

Change-Id: Iefa1de14c6d744c40ba6f295276ba3b83df96395
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
(cherry picked from commit fe3f7fe258ad72e430806266a26da40e2b9a1311)

6 years agoMerge "agl-service-unicens: Rx message event" into eel 4.99.5 5.0.0 5.0.1 5.0.2 5.0.3 eel/4.99.5 eel/5.0.0 eel/5.0.1 eel/5.0.2 eel/5.0.3 eel_4.99.5 eel_5.0.0 eel_5.0.1 eel_5.0.2 eel_5.0.3
Jan-Simon Moeller [Wed, 20 Dec 2017 23:14:07 +0000 (23:14 +0000)]
Merge "agl-service-unicens: Rx message event" into eel

6 years agoagl-service-unicens: Rx message event 51/12851/1
Tobias Jahnke [Wed, 20 Dec 2017 16:29:35 +0000 (17:29 +0100)]
agl-service-unicens: Rx message event

Bug-AGL: SPEC-1177

Implements /subscriberx function. Control Rx messages
will be notified to subscribers. If no subscriber is
assigned, then Rx messages are discarded. This avoids
Rx stuck issues after receiving multiple messages.

Change-Id: Idb71569b8ff6f651833d7d01c37a3eea866daf1d
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
6 years agoucs2-interface: Fix trailing whitespaces 49/12849/1
Tobias Jahnke [Thu, 14 Dec 2017 08:22:53 +0000 (09:22 +0100)]
ucs2-interface: Fix trailing whitespaces

Bug-AGL: SPEC-1177

Cleanup files before applying changes.

Change-Id: Iae7b0dec9409cf02315c9b6f51f4c5e9ae59e482
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
6 years agoucs_binding.c: Fix compiler warnings 43/12843/1
Tobias Jahnke [Thu, 14 Dec 2017 08:03:20 +0000 (09:03 +0100)]
ucs_binding.c: Fix compiler warnings

Bug-AGL: SPEC-1177

Fix compiler warnings due to the use of deprecated json-c functions.

Change-Id: I8fc783af7f1cbf436d9a979395b6f6cf3c5d511d
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
6 years agoconf.d: project: modify cmake configuration
Tobias Jahnke [Mon, 4 Dec 2017 16:39:57 +0000 (17:39 +0100)]
conf.d: project: modify cmake configuration

Changes project name, author and repository info. See SPEC-1151.

Change-Id: Ia35fa3c5412f1d57757622ff35b1a50e2721419a
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
6 years agoucs_binding.c: Add control message transmission 13/12513/1
Tobias Jahnke [Tue, 12 Dec 2017 17:33:35 +0000 (18:33 +0100)]
ucs_binding.c: Add control message transmission

Bug-AGL: SPEC-1177

Support control message transmission to other network
devices via json api.

Change-Id: I22af427471a379f819e626ea4d746f78f3e37a6a
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
6 years agoconf.d: wgt: set widget parameters 07/12307/1 4.99.4 eel/4.99.4 eel_4.99.4
Christian Gromm [Mon, 4 Dec 2017 14:15:17 +0000 (15:15 +0100)]
conf.d: wgt: set widget parameters

This patch sets the widget parameters system and value to
'run-by-default' and 'required'. It is needed to have the
agl-service-unicens autmatically being started at system
start up.

Change-Id: Iec294ff756cc932fac3f909e1a3dc4ec20f64528
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
6 years agoAdd .gitreview defaultbranch for eel
Jan-Simon Möller [Wed, 29 Nov 2017 13:00:59 +0000 (14:00 +0100)]
Add .gitreview defaultbranch for eel

Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
6 years agoUse PKG_CONFIG instead of FIND_LIB 15/12115/1 4.99.3 eel/4.99.3 eel_4.99.3
tkummermehr [Thu, 23 Nov 2017 15:07:35 +0000 (16:07 +0100)]
Use PKG_CONFIG instead of FIND_LIB

Change-Id: Ic6298bec9ed2fbb8bac6beb9648cfc77eb07e727
Signed-off-by: tkummermehr <thorsten.kummermehr@k2l.de>
6 years agoUcsXml component use libxml2 instead of libmxml 09/12109/1
tkummermehr [Thu, 23 Nov 2017 08:41:35 +0000 (09:41 +0100)]
UcsXml component  use libxml2 instead of libmxml

Change-Id: I5b1479c8c5be81cc214292abce137c41387d2601
Signed-off-by: tkummermehr <thorsten.kummermehr@k2l.de>
6 years agoMake service hidden on homescreen 07/12007/1
Scott Murray [Thu, 16 Nov 2017 07:01:40 +0000 (02:01 -0500)]
Make service hidden on homescreen

Add hidden permission to config.xml.in and update app-templates submodule
to pick up fix for finding local config.xml.in so it will take effect.

Change-Id: I9a3bf8351d53ab0189da1ac17d7855071811d40f
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
6 years agoupdate config.cmake from new template
Ronan Le Martret [Wed, 15 Nov 2017 11:01:47 +0000 (12:01 +0100)]
update config.cmake from new template

Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
6 years agoRemove useless 3rd party
Ronan Le Martret [Wed, 15 Nov 2017 10:29:55 +0000 (11:29 +0100)]
Remove useless 3rd party

Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
6 years agoFix build error
Ronan Le Martret [Wed, 15 Nov 2017 10:27:03 +0000 (11:27 +0100)]
Fix build error

 * Some warning compile message is a error in yocto

Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
6 years agoUpdate config.cmake
Ronan Le Martret [Wed, 15 Nov 2017 10:26:43 +0000 (11:26 +0100)]
Update config.cmake

Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
6 years agoRemove trailing whitespaces in ucs_binding.c 69/11869/1
Tobias Jahnke [Sat, 11 Nov 2017 21:20:27 +0000 (22:20 +0100)]
Remove trailing whitespaces in ucs_binding.c

Change-Id: I37857ddc83fa0d642328c18b13741832893f36d4
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
6 years agoenables automatic network setup on bindinginit 17/11817/3
Tobias Jahnke [Fri, 10 Nov 2017 07:57:11 +0000 (08:57 +0100)]
enables automatic network setup on bindinginit

Change-Id: Ie0c9f8cf04647c315949f0f2cecf61bb08b69e6d
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
6 years agoadds init function and getter for default cfg path 15/11815/3
Tobias Jahnke [Thu, 9 Nov 2017 22:32:03 +0000 (23:32 +0100)]
adds init function and getter for default cfg path

Change-Id: I620d485bb935f984efcfeaf29399d184d3261e7d
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
6 years agoremove netbeans project folder 35/11835/2
Tobias Jahnke [Fri, 10 Nov 2017 15:09:08 +0000 (16:09 +0100)]
remove netbeans project folder

Change-Id: I42ce5c3dbb2fc810881ee92d9e46238cbe8b8238
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
6 years agomodifies netbeans project for debugging in dev environment 13/11813/1
Tobias Jahnke [Thu, 9 Nov 2017 12:57:19 +0000 (13:57 +0100)]
modifies netbeans project for debugging in dev environment

Change-Id: I16367573e429bf8089626e801bdd8a08a1b85b31
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
6 years agoset initial volume from mute to default volume 11/11811/1
Tobias Jahnke [Thu, 9 Nov 2017 12:31:20 +0000 (13:31 +0100)]
set initial volume from mute to default volume

Change-Id: I75feea3d64b98c0d6e8771a3078d853ed62c25e5
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
6 years agoAdd Apache-2.0 LICENSE file
Ronan Le Martret [Thu, 9 Nov 2017 14:45:59 +0000 (15:45 +0100)]
Add Apache-2.0 LICENSE file

Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
6 years agocreate agl .gitreview file
Ronan Le Martret [Thu, 9 Nov 2017 08:05:30 +0000 (09:05 +0100)]
create agl .gitreview file

Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
6 years agosigned commit
Tobias Jahnke [Thu, 9 Nov 2017 07:39:45 +0000 (08:39 +0100)]
signed commit

Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
6 years agotransparent user commit
Tobias Jahnke [Thu, 9 Nov 2017 07:19:17 +0000 (08:19 +0100)]
transparent user commit

6 years agoMerge pull request #22 from iotbzh/tobias-dev
tjahnk [Wed, 8 Nov 2017 10:37:04 +0000 (11:37 +0100)]
Merge pull request #22 from iotbzh/tobias-dev

Update submodules / ignores 3rdparty/mxml folder

6 years agoupdates app templates
Tobias Jahnke [Wed, 8 Nov 2017 10:31:26 +0000 (11:31 +0100)]
updates app templates

6 years agoignores mxml in 3rdparty directory
Tobias Jahnke [Wed, 8 Nov 2017 10:20:48 +0000 (11:20 +0100)]
ignores mxml in 3rdparty directory

6 years agoMerge pull request #21 from tkummermehr/EnhanceXmlParser
tkummermehr [Tue, 7 Nov 2017 21:16:46 +0000 (22:16 +0100)]
Merge pull request #21 from tkummermehr/EnhanceXmlParser

Merge with current development (UNICENSd)

6 years agoRemove non needed mics from config. Enhance XML schema
Thorsten Kummermehr [Tue, 7 Nov 2017 21:09:05 +0000 (22:09 +0100)]
Remove non needed mics from config. Enhance XML schema

6 years agoDeliver network status
Thorsten Kummermehr [Tue, 7 Nov 2017 19:40:23 +0000 (20:40 +0100)]
Deliver network status

6 years agoFix uninitialized warning
Thorsten Kummermehr [Tue, 7 Nov 2017 15:35:57 +0000 (16:35 +0100)]
Fix uninitialized warning

6 years agoDeliver network status
Thorsten Kummermehr [Tue, 7 Nov 2017 15:34:55 +0000 (16:34 +0100)]
Deliver network status

6 years agoDeliver network connection label
Thorsten Kummermehr [Tue, 7 Nov 2017 15:31:13 +0000 (16:31 +0100)]
Deliver network connection label

6 years agoChange all UNICENS words to upper case
Thorsten Kummermehr [Tue, 7 Nov 2017 15:25:43 +0000 (16:25 +0100)]
Change all UNICENS words to upper case

6 years agoIncreased cmd queue
Thorsten Kummermehr [Tue, 7 Nov 2017 15:24:33 +0000 (16:24 +0100)]
Increased cmd queue

6 years agoChange all UNICENS words to upper case
Thorsten Kummermehr [Tue, 7 Nov 2017 15:23:15 +0000 (16:23 +0100)]
Change all UNICENS words to upper case

6 years agoCorrect handling of empty nodes
Thorsten Kummermehr [Tue, 7 Nov 2017 15:14:34 +0000 (16:14 +0100)]
Correct handling of empty nodes

6 years agoImprove integer handling
Thorsten Kummermehr [Tue, 7 Nov 2017 15:13:52 +0000 (16:13 +0100)]
Improve integer handling

6 years agoImprove general error handling
Thorsten Kummermehr [Tue, 7 Nov 2017 15:12:54 +0000 (16:12 +0100)]
Improve general error handling

6 years agoChange all UNICENS words to upper case
Thorsten Kummermehr [Tue, 7 Nov 2017 15:08:22 +0000 (16:08 +0100)]
Change all UNICENS words to upper case

6 years agoAdd NULL termination of port lists
Thorsten Kummermehr [Tue, 7 Nov 2017 15:04:49 +0000 (16:04 +0100)]
Add NULL termination of port lists

6 years agoFix wrong iteration over all ports
Thorsten Kummermehr [Tue, 7 Nov 2017 15:03:53 +0000 (16:03 +0100)]
Fix wrong iteration over all ports

6 years agoExternal mXML project library inclusion
Romain Forlot [Wed, 4 Oct 2017 23:34:33 +0000 (01:34 +0200)]
External mXML project library inclusion

Change-Id: I7ed0a21f3aa79cc007ff224eec66a048f53ba98f
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
6 years agoinitialze muted, improved trace on i2c failure
Tobias Jahnke [Wed, 23 Aug 2017 14:59:36 +0000 (16:59 +0200)]
initialze muted, improved trace on i2c failure

6 years agoupdates nbproject
Tobias Jahnke [Fri, 18 Aug 2017 11:52:19 +0000 (13:52 +0200)]
updates nbproject

6 years agoremoved volume API
Tobias Jahnke [Fri, 18 Aug 2017 11:46:58 +0000 (13:46 +0200)]
removed volume API

6 years agoupdated app-templates
Tobias Jahnke [Thu, 17 Aug 2017 07:10:53 +0000 (09:10 +0200)]
updated app-templates

6 years agotest initial push
Tobias Jahnke [Thu, 17 Aug 2017 06:20:58 +0000 (08:20 +0200)]
test initial push

6 years agoMerge pull request #19 from tjahnk/fix_listconfig
tjahnk [Mon, 14 Aug 2017 12:21:13 +0000 (14:21 +0200)]
Merge pull request #19 from tjahnk/fix_listconfig

fixes missing assignment in API 'listconfig' and removes unnecessary project configuration

6 years agofixes missing assignment in API 'listconfig' and removes unnecessary project configur...
Tobias Jahnke [Mon, 14 Aug 2017 12:09:21 +0000 (14:09 +0200)]
fixes missing assignment in API 'listconfig' and removes unnecessary project configuration

6 years agoMerge pull request #18 from tjahnk/basic_events
tjahnk [Thu, 3 Aug 2017 14:55:45 +0000 (16:55 +0200)]
Merge pull request #18 from tjahnk/basic_events

Introduced basic event handling, adds subscribe function and node-availability event

6 years agoadds node-availibility event and subscribe function
Tobias Jahnke [Thu, 3 Aug 2017 14:48:18 +0000 (16:48 +0200)]
adds node-availibility event and subscribe function

6 years agoupdated paths to match new output directory
Tobias Jahnke [Thu, 3 Aug 2017 07:41:41 +0000 (09:41 +0200)]
updated paths to match new output directory

6 years agoMerge pull request #17 from tjahnk/i2cwrite_cleanup
tjahnk [Wed, 2 Aug 2017 07:13:50 +0000 (09:13 +0200)]
Merge pull request #17 from tjahnk/i2cwrite_cleanup

cleanup of API i2cwrite

6 years agocleanup of API i2cwrite
Tobias Jahnke [Wed, 2 Aug 2017 07:04:07 +0000 (09:04 +0200)]
cleanup of API i2cwrite

6 years agoadds some nbproject modifications
Tobias Jahnke [Tue, 1 Aug 2017 09:18:29 +0000 (11:18 +0200)]
adds some nbproject modifications

6 years agoadds async. result to i2c_write
Tobias Jahnke [Tue, 1 Aug 2017 09:03:06 +0000 (11:03 +0200)]
adds async. result to i2c_write

6 years agoprepares asynchronous i2c_write result
Tobias Jahnke [Mon, 31 Jul 2017 15:40:01 +0000 (17:40 +0200)]
prepares asynchronous i2c_write result

6 years agoadds processing of data to i2c_write
Tobias Jahnke [Mon, 31 Jul 2017 13:46:42 +0000 (15:46 +0200)]
adds processing of data to i2c_write

6 years agoadds experimental i2cwrite command
Tobias Jahnke [Mon, 31 Jul 2017 09:46:47 +0000 (11:46 +0200)]
adds experimental i2cwrite command

6 years agoMerge pull request #15 from tjahnk/nbproject-cleanup
tjahnk [Thu, 27 Jul 2017 09:11:13 +0000 (11:11 +0200)]
Merge pull request #15 from tjahnk/nbproject-cleanup

removes unavailable folders and files in netbeans project

6 years agoremoves unavailable folders and files
Tobias Jahnke [Thu, 27 Jul 2017 09:05:47 +0000 (11:05 +0200)]
removes unavailable folders and files

6 years agoMerge pull request #14 from tkummermehr/I2C_and_GPIO_Support
tjahnk [Thu, 27 Jul 2017 08:55:47 +0000 (10:55 +0200)]
Merge pull request #14 from tkummermehr/I2C_and_GPIO_Support

Implement handling of GPIO, I2C, Routes

6 years agoMerge pull request #13 from tjahnk/fix-volume-buttons
tjahnk [Thu, 27 Jul 2017 08:20:58 +0000 (10:20 +0200)]
Merge pull request #13 from tjahnk/fix-volume-buttons

fixes: volume buttons are using wrong verb

6 years agoImplement handling of GPIO, I2C, Routes
Thorsten Kummermehr [Wed, 26 Jul 2017 14:54:13 +0000 (16:54 +0200)]
Implement handling of GPIO, I2C, Routes

6 years agofixes: volume buttons are using wrong verb
Tobias Jahnke [Wed, 26 Jul 2017 14:35:20 +0000 (16:35 +0200)]
fixes: volume buttons are using wrong verb

6 years agoUpdate HTML test page to new template. Added Config file selection from UI.
Fulup Ar Foll [Tue, 25 Jul 2017 15:33:52 +0000 (17:33 +0200)]
Update HTML test page to new template. Added Config file selection from UI.

6 years agoMerge branch 'Fulup-Dev' of github.com:iotbzh/unicens2-binding into Fulup-Dev
Fulup Ar Foll [Tue, 25 Jul 2017 13:07:06 +0000 (15:07 +0200)]
Merge branch 'Fulup-Dev' of github.com:iotbzh/unicens2-binding into Fulup-Dev

6 years agoMerge Microchip Addon
Fulup Ar Foll [Tue, 25 Jul 2017 13:06:00 +0000 (15:06 +0200)]
Merge Microchip Addon

6 years agoInitial API-V2 ajusted HTML page to fit new commands names
Fulup Ar Foll [Thu, 20 Jul 2017 20:10:58 +0000 (22:10 +0200)]
Initial API-V2 ajusted HTML page to fit new commands names

6 years agoAdded XML schema check at build time
Fulup Ar Foll [Wed, 19 Jul 2017 19:52:53 +0000 (21:52 +0200)]
Added XML schema check at build time

6 years agoFirst Compilation in V2 (work in Progress)
Fulup Ar Foll [Wed, 19 Jul 2017 13:35:39 +0000 (15:35 +0200)]
First Compilation in V2 (work in Progress)

6 years agoUpdate Installation Documentation
fulup [Wed, 19 Jul 2017 13:18:25 +0000 (15:18 +0200)]
Update Installation Documentation

6 years agoMoving to APIV2 Work in Progress
fulup [Tue, 18 Jul 2017 16:40:10 +0000 (18:40 +0200)]
Moving to APIV2 Work in Progress

6 years agoUpdate Installation Documentation
fulup [Tue, 18 Jul 2017 14:33:01 +0000 (16:33 +0200)]
Update Installation Documentation

6 years agoFix non working switching of routes
Thorsten Kummermehr [Mon, 24 Jul 2017 09:38:19 +0000 (11:38 +0200)]
Fix non working switching of routes

6 years agoMerge pull request #11 from tjahnk/enable-6ch-volume
Fulup Ar Foll [Tue, 25 Jul 2017 10:28:21 +0000 (12:28 +0200)]
Merge pull request #11 from tjahnk/enable-6ch-volume

Adds volume properties for channel 3..6

6 years agoInitial API-V2 ajusted HTML page to fit new commands names
Fulup Ar Foll [Thu, 20 Jul 2017 20:10:58 +0000 (22:10 +0200)]
Initial API-V2 ajusted HTML page to fit new commands names

6 years agoadded volume properties for channel 3..6
Tobias Jahnke [Thu, 20 Jul 2017 14:56:27 +0000 (16:56 +0200)]
added volume properties for channel 3..6

6 years agoAdded XML schema check at build time
Fulup Ar Foll [Wed, 19 Jul 2017 19:52:53 +0000 (21:52 +0200)]
Added XML schema check at build time

6 years agoFirst Compilation in V2 (work in Progress)
Fulup Ar Foll [Wed, 19 Jul 2017 13:35:39 +0000 (15:35 +0200)]
First Compilation in V2 (work in Progress)

6 years agoUpdate Installation Documentation
fulup [Wed, 19 Jul 2017 13:18:25 +0000 (15:18 +0200)]
Update Installation Documentation

6 years agoMoving to APIV2 Work in Progress
fulup [Tue, 18 Jul 2017 16:40:10 +0000 (18:40 +0200)]
Moving to APIV2 Work in Progress

6 years agoUpdate Installation Documentation
fulup [Tue, 18 Jul 2017 14:33:01 +0000 (16:33 +0200)]
Update Installation Documentation

6 years agoUpdate Installation Documentation
fulup [Tue, 18 Jul 2017 13:03:31 +0000 (15:03 +0200)]
Update Installation Documentation

6 years agoMerge pull request #10 from tkummermehr/OwnUcsConfig
tkummermehr [Fri, 14 Jul 2017 10:45:01 +0000 (12:45 +0200)]
Merge pull request #10 from tkummermehr/OwnUcsConfig

Do not use default UNICENS config, use own

6 years agoDo not use default UNICENS config, use own
tkummermehr [Fri, 14 Jul 2017 10:43:00 +0000 (12:43 +0200)]
Do not use default UNICENS config, use own

6 years agoMerge pull request #9 from tkummermehr/FixIvalidXmlCrash
tkummermehr [Fri, 14 Jul 2017 09:42:07 +0000 (11:42 +0200)]
Merge pull request #9 from tkummermehr/FixIvalidXmlCrash

Fix invalid XML crash

6 years agoRemove trailing white spaces
tkummermehr [Fri, 14 Jul 2017 09:34:19 +0000 (11:34 +0200)]
Remove trailing white spaces