<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/cc3200/mods/modwlan.h, branch esp-extra-scripts</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=esp-extra-scripts</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=esp-extra-scripts'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-02-21T21:01:18+00:00</updated>
<entry>
<title>cc3200: Improve robustness of WLAN during sleep modes.</title>
<updated>2016-02-21T21:01:18+00:00</updated>
<author>
<name>danicampora</name>
<email>daniel@wipy.io</email>
</author>
<published>2016-02-21T20:28:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=495e7cfebce63d0168852269f279c24373abdd3a'/>
<id>urn:sha1:495e7cfebce63d0168852269f279c24373abdd3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: New WLAN API including test.</title>
<updated>2015-09-26T23:50:52+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-09-26T20:55:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=57fa14b5be08736b37f1629475e47c92556c0629'/>
<id>urn:sha1:57fa14b5be08736b37f1629475e47c92556c0629</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: New irq API, affects all classes that provide the irq method.</title>
<updated>2015-09-26T23:48:20+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-09-22T21:20:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=dbdcb58d6413a907e5f4aed25eee85073ff7e575'/>
<id>urn:sha1:dbdcb58d6413a907e5f4aed25eee85073ff7e575</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Add nic.iwconfig() to set/get WLAN configuration.</title>
<updated>2015-08-09T17:22:12+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-08-05T11:36:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=00c4d6562ec2dbb494e9c26dce86f99f95a82d70'/>
<id>urn:sha1:00c4d6562ec2dbb494e9c26dce86f99f95a82d70</id>
<content type='text'>
Changes are based on this post:
https://github.com/micropython/micropython/issues/876#issuecomment-115255551

The constructor can optionally take the same params of iwconfig in
order to configure WiFi when creating the object. Params are
keyworkd only. The WiPy accepts:

- mode (int -&gt; WLAN.AP or WLAN.STA)
- ssdi (string)
- security (int -&gt; WLAN.OPEN, WLAN.WEP, WLAN.WPA, WLAN.WPA2)
- key (string)
- channel (int (1-11))
- antenna (int -&gt; WLAN.INTERNAL, WLAN.EXTERNAL)
</content>
</entry>
<entry>
<title>cc3200: Append last 2 bytes of the MAC address to the default SSID.</title>
<updated>2015-07-29T22:43:16+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-07-28T21:50:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=aa58c7ec74e00f9dd652a1b56e2a7f8ae4b615da'/>
<id>urn:sha1:aa58c7ec74e00f9dd652a1b56e2a7f8ae4b615da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Set simplelink time and date when enabling WLAN.</title>
<updated>2015-07-10T09:37:48+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-07-10T08:15:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ecb7f9fe581b746338b351415cf7bc0e3803cab6'/>
<id>urn:sha1:ecb7f9fe581b746338b351415cf7bc0e3803cab6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Add modussl, ssl sockets subclassed from normal sockets.</title>
<updated>2015-07-02T14:30:00+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-06-11T18:26:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9a65fa304c151f796ecfd040b0744ed7cdc88537'/>
<id>urn:sha1:9a65fa304c151f796ecfd040b0744ed7cdc88537</id>
<content type='text'>
Stream methods were added to normal sockets as in the unix port.
</content>
</entry>
<entry>
<title>cc3200: Correct socket settimeout time format.</title>
<updated>2015-06-29T09:01:11+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-06-29T07:55:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5ebf39784aafd2ea6186b3b7058b741f6266bf67'/>
<id>urn:sha1:5ebf39784aafd2ea6186b3b7058b741f6266bf67</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Add method to configure the servers timeout.</title>
<updated>2015-06-03T15:31:21+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-06-03T15:28:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cc20482aa997af7c20fe4ec9cad85762aa52b458'/>
<id>urn:sha1:cc20482aa997af7c20fe4ec9cad85762aa52b458</id>
<content type='text'>
With network.server_timeout(secs) the timeout can be changed.
The default value is 300 secs. Minimmum accpeted is 5 secs.
Without params the function returns the current configured timeout.
</content>
</entry>
<entry>
<title>cc3200: Remove NIC abstraction layer.</title>
<updated>2015-05-24T09:44:08+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-05-23T18:52:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3cb804de26eda34ad24d52b6c98fa43e51bd027a'/>
<id>urn:sha1:3cb804de26eda34ad24d52b6c98fa43e51bd027a</id>
<content type='text'>
That layer is nice, but the CC3200 doesn't need it and getting rid of
it saves ~200 bytes, which are more than welcome.
</content>
</entry>
</feed>
