Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Open Source Programming The Internet

New Contiki OS Network Regression Test Framework 13

An anonymous reader writes "Contiki, the open source operating system for the Internet of Things, just got a regression test framework ported over from Thingsquare Mist that allows the Contiki developers to test the entire system on 9 platforms, 4 CPU architectures, and 1021 network nodes, for every new commit."
This discussion has been archived. No new comments can be posted.

New Contiki OS Network Regression Test Framework

Comments Filter:
  • Very descriptive term for an operating system. Ubuntu should be the open source operating system for the Purchasing of Things.
  • by marcovje ( 205102 ) on Wednesday December 12, 2012 @03:08PM (#42263743)

    Pity they dropped the only architecture I was interested in

  • I had the misfortune of having to use it last year on a tmote sky. Nearly every piece of hardware it supports is obsolete, also the API is incredibly poorly documented. Most of their documentation consists of functions listed with no description. Gah!!
  • I find it pretty weired that they use C instead of a well defined subset of C++ for a modern framework.

    I really doubt that from an academic stanpoint the term framework even applies, it looks like a set of APIs and libraries to me. Or does the linux kernel quallify as a framework, too?

    Anyway I don't use frameworks/libraries/languages that are neither oo nor functional, my time is me to valuable.

    • by hakey ( 1227664 )
      It's designed to run on microcontrollers with kilobytes of RAM. C++ and OO are possible, but C tends to fit better.
    • Anyway I don't use frameworks/libraries/languages that are neither oo nor functional, my time is me to valuable.

      Not functional??? Have you ever even programmed in C?

      • Yes I have, and your question simply shows you don't know what "functional" means.

        Hint: go to wikipedia and look for "functional programming language", you won't find C there.

I tell them to turn to the study of mathematics, for it is only there that they might escape the lusts of the flesh. -- Thomas Mann, "The Magic Mountain"

Working...