Last active
August 29, 2015 14:05
-
-
Save kgbu/fd79192e5b67cf1e12f8 to your computer and use it in GitHub Desktop.
Erlang on Arduino/Sensori-Motor network
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| implement minimum | |
| language (syntax, unification, functional programming) | |
| BIF (send/receive and compiler, erts, kernel(os shall be restricted), stdlib etc.) | |
| network layer shall be abstracted. | |
| how to extend memory size to accomodate Erlang proccess? | |
| http://arms22.blog91.fc2.com/blog-entry-403.html (Serial SRAM 32KB) | |
| os shall boot from external serial ROM (SPI) | |
| see https://www.erlang-factory.com/upload/presentations/807/ZviMQTTS_for_EUC2013.pdf | |
| see http://erlangonxen.org/ http://erlangonxen.org/blog/dynamic-code - interesting project. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment