Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
arlinjv committed Apr 11, 2015
0 parents commit 9b8cac8
Show file tree
Hide file tree
Showing 77 changed files with 13,181 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Xbee-boss
A program for monitoring and controlling some xbee based environmental monitoring stations. Uses the python xbee library by Paul Malmsten.

Disclaimer: This is an amateur attempt at using my meager programming skills to implement something useful in the real world. Any advice for improvement would be greatly appreciated (though may well be over my head.) It's also my first attempt at using github.

This initial branch comprises my work up to this point. This current version is in need of a major workover. The primary issue being that all of the primary parsing of incoming packages is done in the callback routine ('receive_data') that is given when instantiating the 'xbee' object. It seems pretty clear that I am losing packets due to this arrangement.
Binary file added Reference/22AT Commands.pdf
Binary file not shown.
Binary file added Reference/App_Note__DebuggingJoining.pdf
Binary file not shown.
2,433 changes: 2,433 additions & 0 deletions Reference/Desert Home: The World of XBee.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9b8cac8

Please sign in to comment.