Easy-to-implement networking protocol for OpenComputers
Stars
46
Forks
14
Watchers
46
Open Issues
19
Overall repository health assessment
No package.json found
This might not be a Node.js project
268
commits
5
commits
5
commits
3
commits
3
commits
Minitel: update route cache on every packet, not just on the first one.
471c077View on GitHubMinitel: `route` and `persist_route` subcommands for the service
77c197cView on GitHubMinitel: If we have cached route, don't repeat back out same interface
2bbdffdView on GitHubuse a function that actually supports nonblocking sending for RPC responses. oops.
c66662fView on GitHubadd rpc.callAsync(), which is still in testing but lets you call a remote function and use a callback to handle the response. also makes RPC calls respond without blocking
f35f192View on GitHubMerge branch 'master' of github.com:ShadowKatStudios/OC-Minitel
f998d4cView on GitHub