Difference between revisions of "MansOS"

From DiLab
Jump to: navigation, search
(Hardware notes)
(Related publications and papers)
Line 73: Line 73:
=== Related publications and papers ===
=== Related publications and papers ===


* [http://www.polastre.com/papers/ewsn05-fha.pdf Flexible Hardware abstraction] describing the HPL - HAL - HIL notion
* [http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=1462006 Flexible Hardware abstraction] describing the HPL - HAL - HIL architecture
* [http://www.liteos.net/docs/IPSN_2008.pdf LiteOS paper], the original OS from which MansOS branched
* [http://www.liteos.net/docs/IPSN_2008.pdf LiteOS paper], the original OS from which MansOS branched

Revision as of 23:59, 7 November 2010

Qr mansos-net-s.png

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

Development with MansOS - tools and techniques

Developing the MansOS - notes

Internals


Hardware notes

Chips

Platforms

Related publications and papers