Giter Site home page Giter Site logo

shuckc / contiki-dspic Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dak664/contiki-mirror

8.0 8.0 5.0 50.53 MB

port of Contiki OS to the Dangerous Prototypes "web platform" dev board

Home Page: http://dangerousprototypes.com/docs/Contiki_OS_on_the_web_platform

C++ 0.22% C 97.61% Java 0.10% Shell 0.01% Perl 0.13% Objective-C 0.53% JavaScript 0.05% Python 0.75% Assembly 0.61%

contiki-dspic's People

Contributors

adamdunkels avatar alignan avatar apstndb avatar cmorty avatar dak664 avatar debrouxl avatar enricmcalvo avatar errordeveloper avatar fluffware avatar g-oikonomou avatar idelamer avatar jimparis avatar laurentderu avatar malvira avatar maniacbug avatar maximosipov avatar mmuman avatar nfi avatar njh avatar shuckc avatar simonduq avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

contiki-dspic's Issues

telnet server needs too much ram for dspic port

Telne impl has to buffer the entire output of a command before sending via. TCP. This needs about 1kb of RAM for a minimal shell, and even then it's easy to truncate the tail of long command output.

The telnet server is well written - keep this base. Introduce a new psock/pthread for the "shell" interpreter layer so that shell commands can produce incremental output, one buffer at a time. This is the same mechanism used by the "cgi includes" part of the webserver.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.