Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unikraft/lib-micropython
Unikraft port of Micropython, Python for embedded devices
https://github.com/unikraft/lib-micropython
library micropython python unikraft
Last synced: 1 day ago
JSON representation
Unikraft port of Micropython, Python for embedded devices
- Host: GitHub
- URL: https://github.com/unikraft/lib-micropython
- Owner: unikraft
- License: other
- Created: 2019-10-16T10:05:39.000Z (over 5 years ago)
- Default Branch: staging
- Last Pushed: 2024-01-02T20:55:42.000Z (about 1 year ago)
- Last Synced: 2024-04-17T21:16:48.880Z (9 months ago)
- Topics: library, micropython, python, unikraft
- Language: C
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 12
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING.md
Awesome Lists containing this project
README
Micropython for Unikraft
=============================This is a port of Micropython for Unikraft as external library. By
default, the port will go into interactive mode (though note that for
now there is a slight problem with it in that characters are echoed
twice). Alternatively, you can run a script from a file if passed as an
initrd parameter (e.g., in QEMU add -initrd "filename.py").Note that for the build to work, in the menu you need to select:
lwip - Lightweight TCP/IP stack ---> Operation mode (Mainloop (non-threaded))
Please refer to the `README.md` as well as the documentation in the `doc/`
subdirectory of the main unikraft repository.