summaryrefslogtreecommitdiff
path: root/examples/unix
AgeCommit message (Expand)Author
2014-02-14ffi: Implement ffivar.get()/set() methods.Paul Sokolovsky
2014-02-08Rename "rawsocket" module to "microsocket".Paul Sokolovsky
2014-01-29Add FFI module example.Paul Sokolovsky
2014-01-26sock-server.py: Use SO_REUSEADDR to avoid errors on quick restart.Paul Sokolovsky
2014-01-20socket-client, socket-server examples now run on both Micro- and C-Python.Paul Sokolovsky
2014-01-19Add socket examples (simple HTTP client and server).Paul Sokolovsky