Skip to content

concurrency/plumb

Repository files navigation

plumb

Summary

plumb runs occam programs on your Arduino. To use plumb, you must have an active Internet connection.

plumb runs programs on your Arduino through a sequence of steps:

  1. Sending your code to a server.
  2. The server transforms (compiles) your program to something that the Arduino can execute.
  3. plumb then takes the transformed file and uploads it to your Arduino.

Get The Software

We have installable apps for Mac and Windows. Linux available upon request.

Getting Help

You can use the "Help" option in plumb (either in the command-line or GUI version), or you can join the users@concurrency.cc mailing list. We're always excited to help new occam programmers get started.

Also, check out these books, which will help you get started with occam and the Plumbing libraries.

License

Icon

Plumb icon created by nicubunu, released under a CC0 Public Domain License http://openclipart.org/detail/12997/plum-by-nicubunu

Software

The MIT License (MIT)

Copyright (c) 2013 Matthew C. Jadud

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Command-line and GUI clients for a server-side occam-pi compiler.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published