Commit graph

49 commits

Author SHA1 Message Date
brentru
774710c18c added handlers to setup certificate and private key, need to add command address 2019-09-30 14:51:02 -04:00
anecdata
b6e574305c Expose handler for BSSID, and wi-fi scan handlers for BSSID & channel. 2019-09-20 21:25:19 -05:00
Jerry Needell
32f15cedf0 simplify get_time valid tst 2019-09-14 22:16:05 -04:00
Jerry Needell
446beca9ab raise error in get_time if zero returned 2019-09-13 22:18:49 -04:00
Matt Costi
02ded47818 raise AP specific error when trying to get_time while in AP mode 2019-08-24 10:34:32 -04:00
brentru
2e02cd8cf9 Expose WiFiNINA NTP Time 2019-08-22 15:48:22 -04:00
Matt Costi
a349bac38c add protected and unprotected AP code snippets to wsgi server demo 2019-08-11 17:53:07 -04:00
Matt Costi
180ceaa5e0 fix valid SSID and passphrase requirements 2019-08-02 12:09:27 -04:00
Matt Costi
5a73905688 Merge branch 'master' of https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI into ap_mode 2019-07-26 19:38:41 -04:00
Matt Costi
917ef2dd5d Address PR comments 2019-07-21 17:18:18 -04:00
Matt Costi
c2b7cb065f Address PR comments for adafruit_esp32spi.py 2019-07-21 14:11:43 -04:00
Matt Costi
8c4035d80d py linting 2019-07-14 11:44:13 -04:00
Matt Costi
5b281189d5 separate server code from AP code 2019-07-13 09:45:47 -04:00
Matt Costi
7c1eaacb27 Merge branch 'master' of https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI into ap_mode 2019-07-12 18:44:40 -04:00
siddacious
8f964cc747
Merge pull request #29 from martymcguire/mm-chunk-socket-sends
Chunk buffer sends into 64 byte chunks
2019-07-11 09:23:27 -07:00
Matt Costi
f67a2e4ef1 tabs -> spaces 2019-07-10 23:00:18 -04:00
Matt Costi
f6e16950ea Add more docs and fix linting 2019-07-10 22:43:46 -04:00
Matt Costi
02477df464 Revert "attempt at start_server method"
This reverts commit c72cd97f02.
2019-07-10 22:11:54 -04:00
Matt Costi
06d7bd1e50 Revert "Working hello world server example"
This reverts commit ea630d27d1.
2019-07-10 22:11:52 -04:00
Matt Costi
832b79be3f Revert "fix spacing"
This reverts commit 130f966af9.
2019-07-10 22:11:48 -04:00
Matt Costi
130f966af9 fix spacing 2019-07-07 17:32:57 -04:00
Matt Costi
ea630d27d1 Working hello world server example 2019-07-07 17:32:30 -04:00
Matt Costi
c72cd97f02 attempt at start_server method 2019-07-05 20:34:44 -04:00
Matt Costi
45cf5c1df7 - Can now create AP w/out passphrase
- channel needed to be in hex byte format.
- Add begining of a server example example program.
- TODO: figure out why cannot create AP w/ passphrase
2019-07-05 12:54:34 -04:00
mscosti
b9befbf6d6 add access point creation SPI commands and wifimanager helper 2019-06-29 00:37:14 -04:00
Craig Forbes
86c29847f0 Add debug print in socket_close. Remove tab characters. 2019-04-25 21:09:15 -05:00
Craig Forbes
fcf5feb085 Fix pylint complaints. 2019-04-22 20:46:47 -05:00
Craig Forbes
c713122344 Add commands for setting GPIO pins. 2019-04-22 20:07:44 -05:00
Craig Forbes
98cfc0e89b Add set_esp_debug command to enable debugging on the ESP32. 2019-04-22 20:05:16 -05:00
Dustin Mollo
a9fd632545 Added support for WPA2 Enterprise, including example code. 2019-04-05 10:02:55 -07:00
Marty McGuire
9cade63776 rm temp vars. replace buffer slice w/ memoryview. 2019-03-13 17:59:05 -04:00
Marty McGuire
8e65459485 Chunk buffer sends into 64 byte chunks
Prevents errors with unsent data on large header values, long URL paths
2019-03-13 15:41:38 -04:00
ladyada
1434532c71 update settings to secrets 2019-02-23 17:23:51 -05:00
ladyada
9aa865ab28 pylinted 2019-02-10 21:27:01 -05:00
ladyada
0f016f952b fix ping, prettier example 2019-02-10 21:11:33 -05:00
ladyada
7b7fbe4d00 try to minimize allocations 2019-02-09 21:18:05 -05:00
ladyada
4c41d038e6 linted 2019-02-09 14:29:03 -05:00
ladyada
97a59c1653 fix tcp bulk transfer bug, socket timeout setter, streaming data from socket, and a max transfer size 2019-02-09 14:04:06 -05:00
ladyada
f2a6c25979 docstring complaint fix? 2019-02-09 00:17:22 -05:00
ladyada
c05ca26f55 pylint buggy 2019-02-09 00:02:45 -05:00
ladyada
1683b26822 linted 2019-02-08 23:59:03 -05:00
ladyada
9e2b1aab45 new cookie 2019-02-07 12:47:38 -05:00
ladyada
2e131b6687 tear out manual SPI and replace with busdevice 2019-01-27 22:40:25 -05:00
ladyada
f89ce7aad7 reset if is_connected() fails 2019-01-27 22:19:32 -05:00
ladyada
ec7ef7196c add timeout to SPI readywait 2019-01-27 20:09:32 -05:00
ladyada
828db15268 simplify 2019-01-27 20:06:36 -05:00
ladyada
f6f741c111 easier retries 2019-01-27 17:16:09 -05:00
ladyada
e0210144c2 make work with original demos 2019-01-27 15:37:31 -05:00
ladyada
fa1ec91f9d move into a subfolder, working ssl 2019-01-27 14:15:31 -05:00
Renamed from adafruit_esp32spi.py (Browse further)