GithubHelp home page GithubHelp logo

obd2server's Introduction

#OBD-II Logger (server side)

More information at http://gersic.com/ive-connected-my-car-to-salesforce-com

Simple API to receive OBD-II Messages and log them in mongojs, with Diagnostic Trouble Codes (DTC) being uploaded as Cases to Salesforce.com.

Also contains a simple log viewing api at http://[SOMEDOMAINHERE.COM]/view/[VIN #]

This is intended for demo/POC purposes only. There's literally no security here, so you'll want to add some security measures if you're going to use this in a production environment.

###Example log GET request

http://[SOMEDOMAINHERE.COM]/log/{ obddata: { mode: '41', pid: '04', name: 'load_pct', value: 10.9375 },vin: 'JF1BJ673XPH968228',localdatetime: Sun Nov 10 2013 17:23:10 GMT+0000 (UTC),_id: 160 }

###Example RPM Value

{ mode: '41', pid: '0C', name: 'rpm', value: 706 }

###Example Error Code(response mode 43)

{ mode: '43', name: 'requestdtc', value: { errors: [ 'P0444', '-', '-' ] } }

###Salesforce Log Example

https://pbs.twimg.com/media/BYwsmCzCAAA5qF1.png:large

obd2server's People

Contributors

tomgersic avatar

Watchers

James Cloos avatar Avesh Chauhan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.