susisstrolch
57011de179
mqtt,rest,uart: use common syntax for DBG macro
9 years ago
susisstrolch
f17ea10687
syslog.c: remove superfluous DBG message
9 years ago
susisstrolch
ed7d0574ab
cgiwifi.c: changed DBG() format string
9 years ago
susisstrolch
6305771c1c
Merge branch 'master' of https://github.com/jeelabs/esp-link into TvEmaster
...
* 'master' of https://github.com/jeelabs/esp-link :
Bugfix: RX pullup checkbox in GUI fixed
9 years ago
susisstrolch
94c050d4e2
PR: removed EMSBus specific code/data
9 years ago
susisstrolch
d6f067fe35
Makefile: improvements
...
- add BOOTFILE variable to set proper bootfile (1.5 vs 1.4(b1))
- move CFLAGS before "include local.conf"
- add ems to MODULES
- show MODULES in "all"
9 years ago
susisstrolch
3bf3ba5e0c
app_init: check Wifi ready by looking up hostname
9 years ago
susisstrolch
f4ef8723f3
main.c: use ESP_LINK_VERSION in ready message
9 years ago
susisstrolch
a77f032bb3
syslog: various improvements
...
- increase delay (100ms) after successfull syslog host lookup to avoid
loss of UDP packages
- use own espconn for syslog host lookup
- fix horrible memory hole because of non-working mem_trim
- reuse warning datagram in case of heap overflow
- use own espconn for syslog-host lookup
- remove some debug messages
9 years ago
susisstrolch
80d3f353d9
task.c: use common DBG macro
9 years ago
Thorsten von Eicken
b2e8023089
Merge pull request #91 from fl1pfl0p/master
...
Bugfix: RX pullup checkbox in GUI fixed
9 years ago
fl1pfl0p
68890778f4
Bugfix: RX pullup checkbox in GUI fixed
9 years ago
susisstrolch
7df1e3266c
Merge branch 'TvEmaster' into EMS-Link
...
* TvEmaster:
update readme with esp8266 flashing info
improve optiboot sync
9 years ago
Thorsten von Eicken
c82a7a2c6c
update readme with esp8266 flashing info
9 years ago
Thorsten von Eicken
a0eefa17b3
improve optiboot sync
9 years ago
Thorsten von Eicken
0c6b798f38
Merge pull request #80 from susisstrolch/TvEmaster
...
syslog: fix UDP timing problems
9 years ago
susisstrolch
9c59d3b9cc
cgiwifi: add syslog calls
9 years ago
susisstrolch
077bcaf02d
syslog: fixed regression
...
- #undef SYSLOG_DBG will discard first four syslog messages
- race condition in os_timer_setfn/os_timer_arm lead to
1226> Fatal exception 9(LoadStoreAlignmentCause):
1227> epc1=0x4010076e, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000003, depc=0x00000000
- potential loop in syslog_init - fixed by additional state SYSLOG_INITDONE
10 years ago
susisstrolch
de4e5e4df2
syslog.md: add example from ESP bootup
10 years ago
susisstrolch
66258fd48d
syslog.md: add example for queuing after reboot
10 years ago
susisstrolch
94d54c140c
syslog: fixup
...
- implement syslog filter
- honour timezone setting
- rework syslog format
- finish (really?) syslog documentation
10 years ago
susisstrolch
0248d1f698
syslog: fixup
...
- implement syslog filter
- honour timezone setting
- rework syslog format
- finish (really?) syslog documentation
10 years ago
susisstrolch
8791bda62d
syslog: fix UDP timing problems
...
- start README file describing the interface
- add 2ms delay before sending the next package
10 years ago
Thorsten von Eicken
59d4bdf99e
fix makefile; update readme
10 years ago
Thorsten von Eicken
88e580c6ee
Makefile tweak
10 years ago
Thorsten von Eicken
60d3dbfa33
Merge pull request #72 from brunnels/master
...
Thank you!
10 years ago
Benjamin Runnels
391481dc43
replaced the other srcElement too
10 years ago
Benjamin Runnels
a4816a7b72
Switched from event.srcElement to event.target for better browser compatibility
10 years ago
Benjamin Runnels
f8eb8b33e0
Fix for services page syslog filter select list
...
Fix for a couple compiler errors when cycling the different undef and define options in user_config.h
10 years ago
Benjamin Runnels
a6a8866bfe
Fixed mdns settings bug
10 years ago
Benjamin Runnels
ac04cc58a8
removed syslog_enable functionality and config
...
reordered config settings
10 years ago
Benjamin Runnels
a895128c9f
Fixed bug with services page submitting on field click
...
Fixed bug with Makefile when COMPRESS_W_HTMLCOMPRESSOR = no
10 years ago
Benjamin Runnels
3eccd26e76
Normalized Wifi to WiFI.
...
Fixed button spacing on console clear and log reset buttons
Renamed cgiReboot method to cgiReset and called the proper reset method
Normalized whitespace in cgiflash.c
10 years ago
Benjamin Runnels
ebda951769
Removed unused mdns files
10 years ago
Benjamin Runnels
bfee1cf694
fixes for services
10 years ago
Benjamin Runnels
13bc8019c6
Merge branch 'master' of https://github.com/jeelabs/esp-link
...
Added services page and moved some things around
10 years ago
Thorsten von Eicken
e97b38ae67
re-insert fixed STA config into Makefile
10 years ago
Thorsten von Eicken
91b35f3488
Merge pull request #73 from susisstrolch/syslog
...
Thank you!
10 years ago
Thorsten von Eicken
fb90ac5457
enable mdns; tweak wifi info POST
10 years ago
Benjamin Runnels
59eb02daa9
Added in sntp update
10 years ago
Benjamin Runnels
e39ee808c9
DOH! missing semicolon
10 years ago
Benjamin Runnels
b8567ad2ef
Updated DBG macros as suggested by susisstrolch
10 years ago
Benjamin Runnels
25ef0e1578
Fixed bug where callbacks were not getting called if the CMD MQTT client called connect while the ESP MQTT client was connected or disconnected.
10 years ago
Benjamin Runnels
a0451b2b7b
renamed debug command for consistancy
10 years ago
Benjamin Runnels
26339962bf
Updates for SDK 1.5
10 years ago
Benjamin Runnels
5935a30f03
Started adding in standalone mdns implementation
10 years ago
susisstrolch
30ff23c0e2
espmissingincludes.h
...
encapsulate os_printf macro with do/while to avoid
unwanted side effects during macro expansion
10 years ago
susisstrolch
538e79f1dc
fixes/changes after pull request
...
- changed defaults for Flashconfig
- SNTP-Server: empty
- Syslog-Server: empty
- hostname: reverted to esp-link
- heavy cleanup in syslog.c
- removed debug messages
- add local syslog_compose function
10 years ago
susisstrolch
f3dd7368d0
fix rebase / merge errors
...
- missing LOG_xxx macros in syslog.h
- fixed tag (esp-link) in LOG_xxx macro
10 years ago
susisstrolch
e84900dbc7
syslog - a simple syslog client
...
syslog UDP messages are send via
syslog(uint8_t facility, uint8_t severity, const char tag[], const char message[], ...);
the syslog function queues any msg on system heap. If heap reaches a minimum size (8kB),
syslog stops queuing.
As soon as Wifi connectivity is available, syslog will send out all queued messages.
Queuing will be reenabled after all pending messages are sent.
10 years ago