<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/examples, branch v1.8.2</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.2</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.2'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-06-17T16:24:58+00:00</updated>
<entry>
<title>examples/unix/ffi_example.py: Remove TODO, make output more clear.</title>
<updated>2016-06-17T16:24:58+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-06-17T16:24:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=70536212d5ea1dd265ad72ee2eaff333b17815f6'/>
<id>urn:sha1:70536212d5ea1dd265ad72ee2eaff333b17815f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>examples/unix/ffi_example.py: Update for current "ffi" module API.</title>
<updated>2016-06-17T16:21:37+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-06-17T16:21:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ecfd8e102d07a1558ffca571dbcbdf309deecf9a'/>
<id>urn:sha1:ecfd8e102d07a1558ffca571dbcbdf309deecf9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>examples/network/: Use getaddrinfo() result in easy way.</title>
<updated>2016-05-02T21:45:37+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-05-02T21:45:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c2d885501ff08f017634412b159b03ed923e119f'/>
<id>urn:sha1:c2d885501ff08f017634412b159b03ed923e119f</id>
<content type='text'>
Instead of extracting 4th element, extact last. Much easier to remember!
</content>
</entry>
<entry>
<title>examples/http_server_ssl.py: HTTPS server example.</title>
<updated>2016-04-28T18:39:17+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-04-28T18:39:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8fcfaf6f220ca9645b4429d756b3646c298d6466'/>
<id>urn:sha1:8fcfaf6f220ca9645b4429d756b3646c298d6466</id>
<content type='text'>
</content>
</entry>
<entry>
<title>examples/http_client_ssl.py: HTTPS client example.</title>
<updated>2016-04-02T20:19:03+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-04-02T20:19:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4f2d59e82fa19be143f1dec59384c3df00d4ccf0'/>
<id>urn:sha1:4f2d59e82fa19be143f1dec59384c3df00d4ccf0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>examples/http_server.py: Bind to 0.0.0.0, to be accessible from other hosts.</title>
<updated>2016-04-02T20:14:19+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-04-02T20:14:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ec5f8db49de83d131a8507caba3681e224b11988'/>
<id>urn:sha1:ec5f8db49de83d131a8507caba3681e224b11988</id>
<content type='text'>
This is helpful when running on deeply embedded targets, but may be
"security risk". Caveat emptor.
</content>
</entry>
<entry>
<title>examples/http_server.py: Introduce main() function.</title>
<updated>2016-04-02T17:57:58+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-04-02T17:57:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c07a03a36ddcb975478a81bef9eb6ac03fa134aa'/>
<id>urn:sha1:c07a03a36ddcb975478a81bef9eb6ac03fa134aa</id>
<content type='text'>
Allows to re-run code if it was imported as a module (e.g., on bare-metal
ports).
</content>
</entry>
<entry>
<title>examples/http_server.py: Refactor/simplify for Python 3.5.</title>
<updated>2016-04-02T17:53:29+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-04-02T17:53:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=aa3fb7b3876d868b0070ca85d97f700e0c2dec20'/>
<id>urn:sha1:aa3fb7b3876d868b0070ca85d97f700e0c2dec20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>examples/http_client.py: Introduce main() function.</title>
<updated>2016-04-02T16:13:39+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-04-02T16:13:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=fd2b71f972d29496768892467c7b2024af25f157'/>
<id>urn:sha1:fd2b71f972d29496768892467c7b2024af25f157</id>
<content type='text'>
Allows to re-run code if it was imported as a module (e.g., on bare-metal
ports).
</content>
</entry>
<entry>
<title>examples/http_client.py: Improve CPython compatibility in stream mode.</title>
<updated>2016-04-02T14:28:42+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-04-02T14:28:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a5d07c3aba1cb3f02489777cb52ddd1908602150'/>
<id>urn:sha1:a5d07c3aba1cb3f02489777cb52ddd1908602150</id>
<content type='text'>
</content>
</entry>
</feed>
