arcus-python-client
arcus-python-client copied to clipboard
ARCUS python client
fix typo
correct typing error
from reciever to receiver
Fix `drvier` to `driver`
Detach generate poller to `arcus_poller` from `arcus_mc_node` Implement Poller for linux, darwin kernel TODO: Implement Poller for win or cygwin This pull request solv #12
The arcus client described in this repository seems to use `select.epoll()`. The `select` module behaves differently in macOS(also other architecture) and can not use `epoll()`. More information on [python documents](https://docs.python.org/3.5/library/select.html).
[arcus](https://pypi.python.org/pypi/arcus/0.2.8) in PyPI seems to have expired. And no documents are available. (Also not work at python3) If this repository can serve as an arcus for the python client, You...
btree 플래그 연산에 있어 "0xFFFF"같이 6자리로 되어야 연산이 됩니다. 그래서 기존의 int를 hex형식의 flag로 바꿔주는 itoh함수를 0xFFFF의 형태로 바꿀 수 있도록 변경했습니다.