Difference between revisions of "MansOS"

From DiLab
Jump to: navigation, search
m
Line 13: Line 13:
  
 
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".  
 
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".  
 +
 +
The new MansOS homepage is available at [http://mansos.edi.lv mansos.edi.lv]
  
 
=== General information===
 
=== General information===

Revision as of 15:28, 9 February 2012

Qr mansos-net-s.png

MansOS.net QR code

MansOS Logo
MansOS Logo


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".

The new MansOS homepage is available at mansos.edi.lv

General information

Access (Download)

  • MansOS SVN quick access
    • Read-only access is open to public. For example, to get the whole MansOS tree in the current-directory/mansos do this:
svn co http://mansos.net/svn/mansos/ mansos
    • Read-write access is open to authenticated developers via svn+ssh.
svn co svn+ssh://yourloginname@mansos.net/svn/mansos mansos
svn checkout http://mansos.googlecode.com/svn/trunk/ mansos-read-only 
    • Read-write access to MansOS commiters:
svn checkout https://mansos.googlecode.com/svn/trunk/ mansos --username your.username@gmail.com

Development with MansOS - tools and techniques

Developing the MansOS - notes

Hardware notes

  • An Ideal_mote should... | would have... (notes for future HW designs)

Chips

Platforms


Related publications and papers