-
Notifications
You must be signed in to change notification settings - Fork 0
Home
john- edited this page Mar 14, 2015
·
8 revisions
#Introduction Cart_console provides common user interface and plug-in capability to back end services. #Installation
- Install services. Examples include rtl_fm-scanner and leaderboard. Note: See README of each service for its dependencies and installation instructions.
- Copy bin/main.html to location accessible by Web server. For testing purposes file can be opened directly in browser.
- Jquery files need to be accessible to Web server.
- Update main.html to contain urls for back end services (
plugins =
).
#Running Cart_console checks availability of services at load time. If a service is not found or not running there will be no button will be created in the user interface. If service is made available a page refresh will recognize it and populate the user interface with a button.
Upon page load Websocket connections will be made to each service. These will time out after a period of inactivity. Refresh the page to reconnect.