MansOS
Introduction
MansOS is an operating system for wireless sensor networks and netted embedded systems.
MansOS = Mobile agent netted sensor Operating System
General information
Access (Download)
- MansOS SVN repository is open to public for reading. For example, to get the whole MansOS tree in the current-directory/mansos do this:
 
svn co http://mansos.net/svn/mansos/ mansos
- Authenticated developers may access the MansOS_SVN repository via svn+ssh.
 
svn co svn+ssh://yourloginname@mansos.net/svn/mansos mansos
http://mansos.net/trac
Development with MansOS - tools and techniques
- MansOS Reference Guide and API (pdf)
 - Application examples
 - Setting up and using Makefiles
 - Eclipse setup
 - Debugging and testing
 - FAQ
 
Developing the MansOS - notes
- MansOS_Platforms - make syntax and platform specific notes, e.g. where the particular executable is built and what options are available
 - API
 - Source directory structure
 - Coding standard
 - Adapting a new hardware platform
 
Internals
Hardware notes
Chips
Platforms
Related publications and papers
- Flexible Hardware abstraction describing the HPL - HAL - HIL notion
 - LiteOS paper, the original OS from which MansOS branched