Websocket Map Websocket Server At present, there is no open source server for this project. The Websocket map was designed for use on the GPS Tracking solution operated b… https://37.220.31.213/products/websockets-map/websocket-server/
Branding The logos & websocket host server can be changed depending on the URL used to access the site. This includes the logo at the top of the app, the login dialogue… https://37.220.31.213/products/websockets-map/branding/
After the success of Turbo Exchange, the technology behind it was adapted for a special needs bus service solution. CabTransit, who wrote the Telebus software, required a co… https://37.220.31.213/products/taxibus-exchange/
In 1995, the founder of Logic Ethos Ltd helped set up and support the first electronic messaging service between independent UK Vehicle Breakdown & Recovery companies, an… https://37.220.31.213/products/turbo-exchange/
Static Icons Static icons are icons that can be added or removed from the map, and are typically temporary locations of for example a customers address where work needs to b… https://37.220.31.213/products/websockets-map/json-messages/static-icons/
Journey Request { journeyReq: { "outputType": "data", "trackerID": "5315672", "dateFrom": 3751938000, "dateTo": 3753966600, "inc… https://37.220.31.213/products/websockets-map/json-messages/gps-data/journey/
User Settings (Key / Value pairs) User settings, are sent and received in key/value pairs. When the map first connects to the server, any key/value settings are expected… https://37.220.31.213/products/websockets-map/json-messages/user-settings/
Connected status As trackers connect & disconnect, the server should send these messages. { "connected": { "id": 11104000216959 } } { "disconnected": { "id": 111… https://37.220.31.213/products/websockets-map/json-messages/gps-data/
Snapshot TODO A Snapshot is a snapshot in time. For example, if you were to reqest the snapshot of yesterday at 12pm, you would get back a list of all vehicles with t… https://37.220.31.213/products/websockets-map/json-messages/gps-data/history/
Accounts After a sucessfull login, a list of all known tracker accounts is expected: { "Accounts": [ { "id": 11104000068848, "name": "Freds Tracker", "telNum… https://37.220.31.213/products/websockets-map/json-messages/accounts/
Login Login:{ "username":"websockuser", "password":"wspass", "sessionID":123456, "sessionKick": false } sessionID is a uint32 random number, that that ge… https://37.220.31.213/products/websockets-map/json-messages/login/
Websocket Messaging JSON Message Format All JSON messages are sent in the following format. { "<message_type>" : { <JSON message_content> } } DateTime Format D… https://37.220.31.213/products/websockets-map/json-messages/
GPS Tracking Map using HTML5 Websockets GPS Tracking Plot Journeys Skinnable (logo branding) Open Source, using Open Source components Mapstraction Javascript & jQuery JS… https://37.220.31.213/products/websockets-map/
Contact Us General Enquires Tel: +44 (0) 3333 402005 (9 am to 5 pm GMT/BST weekdays) info@logicethos.com Registered Office: Logic Ethos Ltd 34 Primrose Way Locks Heath… https://37.220.31.213/contact/
Logic Ethos Products https://37.220.31.213/products/
Back to top