<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/docs/library/network.rst, branch v1.7</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.7</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.7'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-03-30T08:56:20+00:00</updated>
<entry>
<title>docs: network: esp8266: .scan() is now synchronous and returns result list.</title>
<updated>2016-03-30T08:56:20+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-03-30T08:56:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f50d9477c1064c76cb9990418af068f915162506'/>
<id>urn:sha1:f50d9477c1064c76cb9990418af068f915162506</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: network: esp8266: status is WLAN object method.</title>
<updated>2016-03-30T08:53:45+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-03-30T08:53:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d7019d0628be21bbd1bdf66642d0443316e039f4'/>
<id>urn:sha1:d7019d0628be21bbd1bdf66642d0443316e039f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/esp8266: esp.mac() replaced with network.WLAN.mac().</title>
<updated>2016-03-27T03:59:39+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-03-27T03:59:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=87c783b45487fba24615838ad297bf755cb344d3'/>
<id>urn:sha1:87c783b45487fba24615838ad297bf755cb344d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/esp8266: esp.wifi_mode() replaced with network.WLAN.active().</title>
<updated>2016-03-27T03:59:00+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-03-27T03:58:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=679fe0abae92c6dc503b9ebc4a3b594a8b1f6aeb'/>
<id>urn:sha1:679fe0abae92c6dc503b9ebc4a3b594a8b1f6aeb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/esp8266: phy_mode() moved to network module.</title>
<updated>2016-03-27T03:58:06+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-03-27T03:57:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=eda8746324406472cbe9b8b0fa3feaad0d5b0780'/>
<id>urn:sha1:eda8746324406472cbe9b8b0fa3feaad0d5b0780</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/network: esp8266: Update docs on WLAN constructor.</title>
<updated>2016-03-25T14:30:06+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-03-25T14:30:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4b5606bc09bb831091df3c8536833e4cd8751c3f'/>
<id>urn:sha1:4b5606bc09bb831091df3c8536833e4cd8751c3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Rename 'server' class to 'Server' for consistency.</title>
<updated>2016-02-22T21:54:34+00:00</updated>
<author>
<name>danicampora</name>
<email>daniel@wipy.io</email>
</author>
<published>2016-02-22T21:51:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=add930c4b5baa029d454f78c6c6a14093b1d902f'/>
<id>urn:sha1:add930c4b5baa029d454f78c6c6a14093b1d902f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Several minor changes: network, pyb, ADCAll and inline asm.</title>
<updated>2016-01-13T21:53:26+00:00</updated>
<author>
<name>Peter Hinch</name>
<email>peter@hinch.me.uk</email>
</author>
<published>2016-01-11T06:48:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c13b2f2d0040cdf38ea3178717480d07f02c5245'/>
<id>urn:sha1:c13b2f2d0040cdf38ea3178717480d07f02c5245</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/library: Add network server example.</title>
<updated>2015-12-16T21:35:14+00:00</updated>
<author>
<name>danicampora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-12-16T21:34:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=67a5bfc6d8b78de683e5035ed39f4a998e150f9c'/>
<id>urn:sha1:67a5bfc6d8b78de683e5035ed39f4a998e150f9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Update docs for WiPy wlan.connect().</title>
<updated>2015-11-18T18:47:40+00:00</updated>
<author>
<name>Noah</name>
<email>noah@hack.se</email>
</author>
<published>2015-11-05T02:33:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=00960133c2b1732daf28423481b4ffc8a14f207a'/>
<id>urn:sha1:00960133c2b1732daf28423481b4ffc8a14f207a</id>
<content type='text'>
- The link establishment timeout is infinite by default
- Fix typo in notes about the auth kwarg
</content>
</entry>
</feed>
