Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
truenrush1 authored and Alexander Vasin committed Aug 12, 2015
1 parent 5287339 commit ea3401b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ server.listen(20180, function(error) {
```

# meiligao.Tracker
Designed to iteract with GPS trackers. Accepts `timeout` option. `meiligao.Tracker` is created automatically by `meiligao.Server` for every connection, so `timeout` option will be taken from `meiligao.Server` options list.
Designed to iteract with GPS trackers. Accepts `timeout` option, (which is passed automatically by `meiligao.Server`).

```js
var meiligao = require('meiligao');
Expand Down Expand Up @@ -465,4 +465,4 @@ tracker.setAlarmGeofence(55.753905, 37.620872, 200, function(err, result){

# Under the hood
Command names mapping, message types list & all other stuff related to message processing is located in [Message.js](https://github.com/alvassin/nodejs-meiligao/blob/master/lib/Message.js) file.
[Original protocol documentation](https://github.com/alvassin/nodejs-meiligao/blob/master/examples/docs/specs.pdf) is also included in case you will need deep understanding how Meiligao protocol works.
[Original protocol documentation](https://github.com/alvassin/nodejs-meiligao/blob/master/docs/specs.pdf) is also included in case you will need deep understanding how Meiligao protocol works.

0 comments on commit ea3401b

Please sign in to comment.