Go to file
2017-06-07 00:25:25 +00:00
doc Change licence APACHE-2 to MPL-2 ==> force source redistribution and permit static link 2017-01-05 21:28:23 +01:00
test [DEV/DEBUG] action signal is working and might be working as generic signaling 2017-06-01 06:41:31 +02:00
tools [DEBUG] start correct android RPC segfault ==> pointer alignement error 2017-06-07 00:24:06 +02:00
zeus [DEBUG] missing functionnal 2017-06-07 00:25:25 +00:00
.gitignore [DEV] First client call on RPC but not auto bind Module function 2016-05-17 22:14:02 +02:00
.travis.yml [CI] update build 2016-10-25 21:56:55 +02:00
authors.txt [RELEASE] create release 0.3.0 2016-09-12 21:06:37 +02:00
doxy_zeus.py [DEV/API] change .h in .hpp 2016-10-02 17:01:22 +02:00
LICENSE Change licence APACHE-2 to MPL-2 ==> force source redistribution and permit static link 2017-01-05 21:28:23 +01:00
lutin_zeus.py [DEV] continue integration of actions 2017-05-29 00:42:41 +02:00
lutinMacro_zeus.py [DEV] correct the Future::get that does not work anymore 2017-06-01 06:41:31 +02:00
lutinParseSubFolders.txt [DEV] add a simple line command to acces on video service 2017-04-11 23:56:16 +02:00
README.md [DEV] better management of he sha512 acquisition ==> faster and detect pb in release of remote object... 2017-05-01 22:27:51 +00:00
version.txt [DEV] update dev tag version 2016-10-28 06:51:05 +02:00

zeus

zeus is a Zeus ewol µ-service

Instructions

messaging engine drived by data and message based on websocket api

Start basic service engine

Start The router interface:

lutin -cclang -mdebug zeus-package-base?build?run%zeus-router

You need for the current version create your user configuration file...

Add the file ~/.local/share/zeus-router/router-database.json and edit it:

{
	"users":[
		{
			"name":"User Name A",
			"path":"/PATH/TO/The/User/PERSONAL/FOLDER_1/"
		},{
			"name":"USER_NAME B",
			"path":"/PATH/TO/The/User/PERSONAL/FOLDER_2/"
		}
	]
}

You have now multiple choice:

  • Single process start:
#Start a single gateWay with basic with no user service associated:
lutin -cclang -mdebug zeus-package-base?build?run%zeus-gateway:--user=userName~server.org
# start service is separated process: (the user service is needed all the time ...)
lutin -cclang -mdebug zeus-package-base?build?run%zeus-launch:--srv=user
lutin -cclang -mdebug zeus-package-base?build?run%zeus-launch:--srv=picture
lutin -cclang -mdebug zeus-package-base?build?run%zeus-launch:--srv=video
  • Start your gateway with the service in a single process (faster: No inter-process messaging)
lutin -cclang -mdebug zeus-package-base?build?run%zeus-gateway:--user=userName~server.org:--srv=user:--srv=picture:--srv=video

Install and auto run:

copy systemd file tools/router/data/zeus-router.service in /usr/lib/systemd/system/zeus-router.service

Jump in ROOT

Force systemd toupdate his dataBase

systemctl daemon-reload

Start the service:

systemctl start zeus-router.service

License (MPL v2.0)

Copyright zeus Edouard DUPIN

Licensed under the Mozilla Public License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.mozilla.org/MPL/2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.