martin-ger
19dac47c01
OTA compile option
2019-01-20 10:10:23 +01:00
martin-ger
c2e0d99472
ping with DNS name
2018-12-22 21:06:57 +01:00
martin-ger
c1f51488b0
nslookup added
2018-12-22 10:22:05 +01:00
martin-ger
5692c0fdcf
configurable NAPT timeouts
2018-12-14 16:06:16 +01:00
Martin Ger
eae3e8044f
WPA2 reconnect works
2018-12-12 14:46:58 +01:00
martin-ger and GitHub
5610d18cee
Update README.md
2018-12-11 19:16:04 +01:00
Martin Ger
e838d2bcb2
WPA2 in default build
2018-12-11 19:12:18 +01:00
martin-ger
7be7610d30
Readme for SDK 2.2
2018-12-09 19:52:29 +01:00
martin-ger
a6300b171c
New compile for SDK 2.2
2018-12-09 19:45:46 +01:00
Martin Ger
7c02b9b9a7
Build with SDK 2.1 again
2018-11-26 18:28:57 +01:00
Martin Ger
5961a2d6bb
build with SDK 2.2
2018-11-12 13:46:19 +01:00
Martin Ger
0df08ede2f
Changes back due to startup problems
2018-11-11 20:03:21 +01:00
Martin Ger
594d15e7fa
new binaries
2018-11-09 13:42:51 +01:00
martin-ger and GitHub
e41d913e03
Merge pull request #243 from martin-ger/enc_polling
...
enc changes in master
2018-11-09 12:57:29 +01:00
Martin Ger
998b50a5ab
User web page
2018-11-09 12:55:44 +01:00
Martin Ger
6a67a3d314
enc optimizations
2018-11-09 10:58:12 +01:00
Martin Ger
9c231e3e73
no external enc28j60 sw int callbacks
2018-11-08 15:57:04 +01:00
martin-ger and GitHub
91f1311ab3
Update README.md
2018-11-07 19:27:42 +01:00
Martin Ger
3f42b1def3
lastest enc binaries
2018-11-07 18:09:24 +01:00
martin-ger and GitHub
6b71fffd41
Merge pull request #242 from xxxajk/enc_polling
...
Run enc28j60 reads in seperate task
2018-11-07 17:09:44 +01:00
Andrew J. Kroll
830c8b6994
Run enc28j60 reads in seperate task
2018-11-07 10:46:49 -05:00
martin-ger and GitHub
2a5350a612
Merge pull request #240 from xxxajk/enc_polling
...
Fix compile and link options, should still work with older SDK.
2018-11-06 21:13:34 +01:00
Andrew J. Kroll
929ae795ad
Fix compile and link options, should still work with older SDK.
2018-11-06 07:27:06 -05:00
Martin Ger
47d37b4090
new lib
2018-11-06 10:55:16 +01:00
Martin Ger
fe0d020253
removed prints
2018-11-05 20:04:56 +01:00
Martin Ger
f363acd7a5
first tests enc polling
2018-11-05 18:56:45 +01:00
Martin Ger
784c1cf80e
add xxxajk's latest fixes in lwip lib
2018-11-04 09:53:39 +01:00
Martin Ger
087c7f57b6
Merge branch 'master' of https://github.com/martin-ger/esp_wifi_repeater
2018-10-24 15:41:32 +02:00
Martin Ger
9356b09f4d
HW-RESET of ENC28J60
2018-10-24 15:40:27 +02:00
martin-ger and GitHub
89525f4620
Update README.md
2018-10-24 08:42:20 +02:00
Martin Ger
b477e5341d
sync problem in enc-driver fixed
2018-10-23 18:33:55 +02:00
Martin Ger
bd7ccf4763
precompiled lwip lib
2018-10-15 17:43:28 +02:00
martin-ger and GitHub
010d02b548
Merge pull request #237 from xxxajk/master
...
Enhancements
2018-10-15 17:37:09 +02:00
Andrew J. Kroll
4fbcce7a01
Forgot to commit Makefile
2018-10-14 04:59:45 -04:00
Andrew J. Kroll
5780299f8c
Enhancements
...
Remove execute permissions from source files
Add sub-make to build lwip ensuring it is not out of date and contains sane options.
Force add XTENSA_TOOLS_ROOT to search path in Makefile.
Add some useful targets in Makefile.
Add DHCP server support on ENC28J60.
Remove all out of date and unused files.
Add Symlink to lwip netif include directory.
Remove outdated lwip include directory and replace it with a symlink to reduce source bloat.
TO-DO: Remove need for symlinks and just point to the header directories instead by using a variable in the Makefile.
NOTE: Assumes dependencies are installed in the parent directory of the source, including libraries and build tools.
2018-10-14 04:51:36 -04:00
Martin Ger
e66f61afaf
Cleanup in GPIO code, no DNS responder code
2018-09-13 11:23:33 +02:00
Martin Ger
98762fbd5e
OTA output to TCP
2018-09-12 22:27:21 +02:00
Martin Ger
84ef5af30a
second binary
2018-09-12 13:06:05 +02:00
Martin Ger
f1b1c5a8d5
Readme on OTA updated
2018-09-12 12:43:09 +02:00
Martin Ger
0781087f14
Readme on OTA updated
2018-09-12 11:41:21 +02:00
Martin Ger
5d7220d306
Fixed split HTTP Headers
2018-09-12 11:31:18 +02:00
Martin Ger
872bc29e57
OTA Readme update
2018-09-11 23:37:29 +02:00
Martin Ger
2f1b731a2c
OTA update
2018-09-11 23:28:29 +02:00
martin-ger and GitHub
196a5a9acb
Merge pull request #220 from christianchristensen/ota
...
OTA (Over the air) update support
2018-09-11 23:06:37 +02:00
Chris Christensen
24e7df2864
Update memory location and OTA output.
2018-09-03 20:40:10 -07:00
Chris Christensen
a14c93b40f
Add default/vanilla OTA support based on rboot-sample.
2018-09-03 17:05:03 -07:00
martin-ger and GitHub
acd3d45641
Update README.md
2018-09-03 09:28:05 +02:00
Chris Christensen
a5461e5bd8
Add rboot support: build and memory mapping.
2018-08-31 20:40:40 -07:00
Martin Ger
f3c2990112
status topic in cb
2018-08-09 00:10:52 +02:00
Martin Ger
5127c917ce
LWT added in MQTT client
2018-08-08 18:12:37 +02:00