Difference between revisions of "MansOS"

From DiLab
Jump to: navigation, search
(Access (Download))
Line 32: Line 32:


* MansOS SVN repository is open for public read access. For example, to get the whole MansOS tree do this:
* MansOS SVN repository is open for public read access. For example, to get the whole MansOS tree do this:

svn co http://mansos.net/svn/mansos/ mansos
svn co http://mansos.net/svn/mansos/ mansos


* Authenticated users may perform updates to the repository. Please contact us if you want to join the MansOS developers team.
* Authenticated users may perform updates to the repository. Please contact us if you want to join the MansOS developers team.
* [[MansOS_SVN | Authenticated (ssh) access to MansOS SVN repository]]
svn+ssh://yourloginname@jupiter.cs.fmf.lu.lv/svn/mansos


* [[MansOS_Trac | TRAC - Bug tracking and task lists]]
* [[MansOS_SVN | Authenticated (ssh) access to MansOS SVN repository]]
* [[MansOS_Trac | TRAC - Bug tracking and task lists]]


=== Development Notes ===
=== Development Notes ===

Revision as of 11:33, 28 April 2009

MansOS is an operating system for wireless sensor networks.

MansOS = Mobile agent netted sensor Operating System

MansOS is a branch from LiteOS operating system, initially made to support TI Msp430 based platforms. Both OS share several defining characteristics. MansOS like LiteOS is designed to be easily adopted by the system designers and IT community familiar with C and C++ languages and Unix operating system concepts. The goal is to avoid the steep learning curve present in some other specialized operating systems.


Key concepts common with [LiteOS]:

  • MansOS is adopting programming in C (and eventually C++), known to many developers
  • MansOS is managing a sensor network using Unix-like concepts, command tools and resources
  • MansOS has a Unix-like file system (in development)
  • MansOS enables thread-like programming environment (in development)


Some key aspects specific to MansOS:

  • MansOS is designed to be easily portable to new platforms
  • Debugging support is integral part of MansOS: for example, Simple Sensor Management Protobol and Print Anywhere (over the serial or radio link) techniques help with debugging tasks.
  • MansOS has PC as one of the supported platforms, enabling rapid development and high-level simulation and debugging on PC and Apple class computers.
  • MansOS enforces the hardware abstraction in three layers: HPL, HAL, and HIL at a mote level, ensuring clear interface for ease of portability to other platforms
  • MansOS introduces a device concept similar to Unix systems. Access to most resources and sensors can be done through the device interface, using standard API including open, close, read, write and configure functions.
  • Future goal: The focus during the development should be the whole system - a collection of mote entities rather than a single mote


General


Access (Download)

  • MansOS SVN repository is open for public read access. For example, to get the whole MansOS tree do this:
svn co http://mansos.net/svn/mansos/ mansos
svn+ssh://yourloginname@jupiter.cs.fmf.lu.lv/svn/mansos

Development Notes

Internals

User development tools and techniques

Hardware notes

Chips


Platforms


Related publications and papers