With python2.7
reaching end of life and the Calvin team having moved on to other projects and activites, we unfortunately have to retire this repository. It will be kept in an archived state for the time being. You are welcome to fork, clone, and work on it, but it is unlikely there will be any further official releases and updates from our side.
It's been fun. Take care.
Cheers.
Calvin is an application environment that lets things talk to things. It comprises of both a development framework for IoT application developers, and a runtime environment which handles the running application. Calvin is based on the fundamental idea that application development should be simple and fun. There should be no unnecessary impediments between an idea and its implementation, and an app developer should not have to worry about communication protocols or hardware specifics (but will not stop you from doing it if you want to.)
Go to the Calvin Wiki for instructions on how to install and configure Calvin, and how to write and deploy applications.
For the really impatient, the following may work:
- At a prompt, execute:
pip install er-calvin
- Start a Calvin runtime:
csruntime --host localhost --gui-mock-devices
- Point your browser to
http://localhost:8000
If you encounter problems have a look at the wiki. If all else fails, post an issue describing the problem.
This is a community project that was started by a team in Ericsson Research. If you have questions or problems, report an issue and we will get back go you as soon as we can.
Other members of the Calvin family include calvin-constrained, a smaller runtime aimed at supporting devices with constrained or otherwise limited resources available.
Fewer than before.