forked from Samsung/libtuv
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
SaeHie Park edited this page Jul 20, 2015
·
22 revisions
libtuv is multi-platform tiny event library refactored from libuv for IoT.js and embedded system.
Lightweight points page is list of ideas how-to.
- loop (working)
- idle (working)
- timer (working)
- poll
- tcp
- udp
- fs (working)
- thread
- ...
- i686-linux (Ubuntu Linux 14.04 on Intel core) (working)
- armv-linux (Raspbian on Raspberry Pi 2) (working)
- armv-nuttx (NuttX on STM32F4-discovery)
- ...
Read https://github.com/Samsung/libtuv/wiki/How-to-Build for building libtuv
Read https://github.com/Samsung/libtuv/wiki/License for license of libtuv
To contribute to the libuv Project (such as reporting bugs and submitting patches):
- Follow the Development Process (same as IoT.js) and GitHub contributor guidelines.
- Add the libuv DCO signoff to each commit message during development.
Supported APIs are listed at [libtuv APIs](https://github.com/Samsung/libtuv/wiki/libtuv-APIs] page.