Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zombies

zombie logo

Slides for this presentaion are available at slides.com/benspoon/zombies

Please keep in mind this repo was built as a demo, this is not a good application structure

bitHound Score

protecting yourself against the imminent zombie attack (A collection of things to do with JavaScript)

Example Scripts

Example scripts are located in the example-scripts directory.

To run an example script, use node. e.g. node example-scripts/drone.js

Database

This experiment uses MongoDB for it's database. To find out more about MongoDB visit their website

Schema

The database script expects a schema to exist with a sensor in it. The schema is really simple:

unit_id: Number,
location: String,
type: String

SMTP

Settings should be saved in a file in the root directory called smtp-config.json that looks like:

{
	'username': 'foo@bar.com',
	'password': 's0m3th1ng' 
}

I realize this is not secure, but it is at least easy to implement for now.

Links

Here you'll find links to all the repos I've used

This is a test, please ignore.

About

protecting yourself against the imminent zombie attack

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages