micropython/examples/network
Paul Sokolovsky ec5f8db49d examples/http_server.py: Bind to 0.0.0.0, to be accessible from other hosts.
This is helpful when running on deeply embedded targets, but may be
"security risk". Caveat emptor.
2016-04-02 23:14:19 +03:00
..
http_client.py examples/http_client.py: Introduce main() function. 2016-04-02 19:13:39 +03:00
http_server.py examples/http_server.py: Bind to 0.0.0.0, to be accessible from other hosts. 2016-04-02 23:14:19 +03:00