Difference between revisions of "MansOS"
(→Access (Download)) |
|||
Line 20: | Line 20: | ||
* [[Installing MansOS]] |
* [[Installing MansOS]] |
||
* [[MansOS_Platforms]] - |
* [[MansOS_Platforms]] - List of supported platforms and platform specific notes, e.g.: |
||
** ''make'' syntax |
|||
** dependencies for this platform, |
|||
** where is the particular executable built |
|||
** what options are available for this platform |
|||
* MansOS quick access |
* MansOS quick access |
||
Line 26: | Line 30: | ||
svn co http://mansos.net/svn/mansos/ mansos |
svn co http://mansos.net/svn/mansos/ mansos |
||
** Authenticated developers |
** Authenticated developers access the [[MansOS_SVN]] repository via svn+ssh. |
||
svn co svn+ssh://yourloginname@mansos.net/svn/mansos mansos |
svn co svn+ssh://yourloginname@mansos.net/svn/mansos mansos |
||
Revision as of 13:23, 7 November 2010
MansOS.net QR code |
MansOS = Mobile agent netted sensor Operating System.
MansOS is an operating system for wireless sensor networks and netted embedded systems. It is designed for users familiar with C programming and Unix-like environment. MansOS supports various platforms and controllers, including TelosB and MSP430, Atmega controllers and Arduino, and others. Users may develop and test their systems on a PC as a virtual "mote".
General information
Access (Download)
- Installing MansOS
- MansOS_Platforms - List of supported platforms and platform specific notes, e.g.:
- make syntax
- dependencies for this platform,
- where is the particular executable built
- what options are available for this platform
- MansOS quick access
- 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 access the MansOS_SVN repository via svn+ssh.
svn co svn+ssh://yourloginname@mansos.net/svn/mansos mansos
Development with MansOS - tools and techniques
- MansOS API (pdf)
- Application examples
- Setting up and using Makefiles
- Eclipse setup
- Debugging and testing
- FAQ
Developing the MansOS - notes
- API
- Source directory structure
- Coding standard
- Adapting a new hardware platform
- Future developments - Reference Guide for a simpler interface
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