-
Notifications
You must be signed in to change notification settings - Fork 25
The Source Code
Client Here you find the source code for the frontend. Index.html is always the first page that opens when you start the software. For more details please see the documentation of https://www.meteor.com/
Packages harrison:papa-parse – CSV parsing twbs:bootstrap - UI mrt:moment – Time manipulation ecwyne:mathjs - Math underscore – Object manipulations aldeed:collection2 – collection helpers aldeed:simple-schema – schemas on collections matb33:collection-hooks – lifecycle hooks html - send data on http://
***
Server This part does the readings. The scanners can be arranged into “games”, where they get executed, one after the other. Games are looped automatically.
Meteor is using MongoDB Some important commands:
Start the application:
sudo meteor --settings settings.json
Run a shell on the server:
sudo meteor shell
Search the db: show collections
db.countryCodes.count()
Delete the database/ Reset project:
sudo meteor reset