Brent Rubell
|
c68c64264d
|
Merge pull request #80 from anecdata/Kraken_II
Expose NINA command handlers for Digital Read and Analog Read
|
2019-10-23 12:54:56 -04:00 |
|
anecdata
|
ecb6eaa4b0
|
Check for compatible fw version.
|
2019-10-17 11:29:19 -05:00 |
|
anecdata
|
a0a7c70d93
|
Error message more specific.
|
2019-10-17 11:09:05 -05:00 |
|
anecdata
|
bbf02122d7
|
Error message more specific.
|
2019-10-17 10:44:33 -05:00 |
|
anecdata
|
5d9161c897
|
Fix typo.
|
2019-10-17 01:27:19 -05:00 |
|
anecdata
|
0edbc97140
|
Trying to fix pylint error.
|
2019-10-17 01:23:27 -05:00 |
|
anecdata
|
876e77de9b
|
Digital: return boolean instead of 0 or 1. Analog: scaled return from 12-bit to 0-65535.
|
2019-10-17 00:15:54 -05:00 |
|
brentru
|
2a234e780f
|
fix version to auto
|
2019-10-15 11:42:36 -04:00 |
|
brentru
|
f272407563
|
check private key/cert starting text
|
2019-10-15 11:41:38 -04:00 |
|
anecdata
|
2eb122fc56
|
Add _SET_ANALOG_READ_CMD command handler type and set_analog_read command handler.
|
2019-10-13 21:33:09 -05:00 |
|
anecdata
|
f493d6615e
|
Add _SET_DIGITAL_READ_CMD command handler type and set_digital_read command handler.
|
2019-10-13 14:13:18 -05:00 |
|
brentru
|
3ea8a73c18
|
add set_psk, set_crt for checking if user sets cert/key pair
|
2019-10-10 09:35:27 -04:00 |
|
brentru
|
e14f3ef0cc
|
fix CRLF/LF
|
2019-10-08 17:08:40 -04:00 |
|
brentru
|
4060e441bc
|
assert buffer lengths
|
2019-10-08 13:04:54 -04:00 |
|
brentru
|
c32ac22836
|
add memory addreses for client cert/pk methods
|
2019-09-30 15:00:33 -04:00 |
|
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 |
|
brentru
|
bfdbbdd3be
|
depreciate read, add recv
|
2019-08-29 17:39:55 -04:00 |
|
brentru
|
1cfeb40103
|
add deprecated note to docstring
|
2019-08-29 13:39:00 -04:00 |
|
brentru
|
bbc3004866
|
add docstring
|
2019-08-29 13:35:42 -04:00 |
|
brentru
|
8a1455d4d6
|
add write method
|
2019-08-29 13:30:49 -04:00 |
|
brentru
|
9ebaed0882
|
switch write to send, reflecting socket module
|
2019-08-29 12:32:47 -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 |
|
Brent Rubell
|
ea860b2993
|
Merge pull request #57 from mscosti/ap_mode
Add Access point mode
|
2019-08-19 11:03:33 -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 |
|
brentru
|
143fac5ed2
|
switch to requests on wsgiserver
|
2019-07-29 11:52:19 -04:00 |
|
brentru
|
ac131da4e3
|
newline
|
2019-07-29 11:45:46 -04:00 |
|
brentru
|
db246edfa6
|
update to _requests
|
2019-07-29 11:43:08 -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
|
a5d59f8fb4
|
fix linting
|
2019-07-22 22:30:10 -04:00 |
|
Matt Costi
|
6951f8ce01
|
fix import?
|
2019-07-22 22:11:30 -04:00 |
|
Matt Costi
|
fd4e191573
|
Use constants instead of magic numbers
|
2019-07-22 22:06:51 -04:00 |
|
Matt Costi
|
473f850858
|
fix PATH_INFO when there are query params
|
2019-07-21 22:37:23 -04:00 |
|
Matt Costi
|
e6bfd362a3
|
remove wifimanager debug arg
- Already in ap_mode branch
|
2019-07-21 22:31:54 -04:00 |
|
Matt Costi
|
eb1a8b0fe0
|
wrap argument list instead of disabling lint rule
|
2019-07-21 22:27:32 -04:00 |
|
Matt Costi
|
d1c581fcce
|
Merge branch 'master' of https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI into ap_mode
|
2019-07-21 17:29:53 -04:00 |
|
Matt Costi
|
917ef2dd5d
|
Address PR comments
|
2019-07-21 17:18:18 -04:00 |
|
Matt Costi
|
41eab1cccf
|
PATH_INFO shouldn't contain query params
|
2019-07-21 14:45:17 -04:00 |
|
Matt Costi
|
4f3d07f43d
|
fix file name. adafruite -> adafruit
|
2019-07-21 14:31:06 -04:00 |
|
Matt Costi
|
c2b7cb065f
|
Address PR comments for adafruit_esp32spi.py
|
2019-07-21 14:11:43 -04:00 |
|
Matt Costi
|
842ac464e1
|
Remove server.py in favor of new wsgiserver.py
|
2019-07-21 14:11:10 -04:00 |
|
Matt Costi
|
6af7675053
|
Merge branch 'master' of https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI into server
|
2019-07-21 13:44:33 -04:00 |
|
Matt Costi
|
c429455f57
|
send response headers separately before body to support chunking
|
2019-07-21 13:24:13 -04:00 |
|
Matt Costi
|
94fce446aa
|
fix a couple wsgi server bugs
|
2019-07-20 22:08:27 -04:00 |
|
Matt Costi
|
d469ab99a5
|
untested first draft of simple WSGI server
|
2019-07-20 00:51:00 -04:00 |
|
Dustin Mollo
|
5c7a735c65
|
more fix-ups from rebase; fixed param defs in __init__
|
2019-07-14 16:14:26 -07:00 |
|