index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
unix
Age
Commit message (
Expand
)
Author
2016-07-31
tests/machine_mem.py: Too non-portable, rework as an example for unix port.
Paul Sokolovsky
2016-06-17
examples/unix/ffi_example.py: Remove TODO, make output more clear.
Paul Sokolovsky
2016-06-17
examples/unix/ffi_example.py: Update for current "ffi" module API.
Paul Sokolovsky
2016-04-01
examples: http_client.py, http_server.py aren't just unix, move to network/.
Paul Sokolovsky
2016-01-09
examples/unix: Rename example be importable as modules.
Paul Sokolovsky
2014-10-09
unix: Rename "microsocket" module to "usocket".
Paul Sokolovsky
2014-10-09
examples: Rename unix socket examples to have more precise naming (http).
Paul Sokolovsky
2014-02-14
ffi: Implement ffivar.get()/set() methods.
Paul Sokolovsky
2014-02-08
Rename "rawsocket" module to "microsocket".
Paul Sokolovsky
2014-01-29
Add FFI module example.
Paul Sokolovsky
2014-01-26
sock-server.py: Use SO_REUSEADDR to avoid errors on quick restart.
Paul Sokolovsky
2014-01-20
socket-client, socket-server examples now run on both Micro- and C-Python.
Paul Sokolovsky
2014-01-19
Add socket examples (simple HTTP client and server).
Paul Sokolovsky