Skip to content
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

  1. Install services. Examples include rtl_fm-scanner and leaderboard. Note: See README of each service for its dependencies and installation instructions.
  2. Copy bin/main.html to location accessible by Web server. For testing purposes file can be opened directly in browser.
  3. Jquery files need to be accessible to Web server.
  4. 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.

Clone this wiki locally