From cdd23052fd80b415e25f4c4d14b83e3f38b2c250 Mon Sep 17 00:00:00 2001 From: Luc Date: Mon, 27 Jul 2015 04:42:24 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d0c78271..c831bc89 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Additionnaly: *Wifi Mode : Access point / Client station *IP Generation: DHCP/Static IP *IP/MASK/GATEWAY for static data -*Baud Rate for serial (supported : 9600, 19200, 38400, 57600, 115200, 230400) +*Baud Rate for serial (supported : 9600, 19200, 38400, 57600, 115200, 230400, 250000) *web port and data port @@ -68,12 +68,15 @@ These are the UI when css is in cache or internet is available:

+##Protocol for discovery +*mDNS : on Station mode only with bonjour installed on computer +*SSDP : on Station and AP mode +*DNS Server / Captive portal : on AP mode only (not yet implemented) ##Commands from/to serial(not yet implemented): *from module to printer [Need Printer FW support and can be disabled in ESP FW] -M800 S1 , restart module done need a wifi/activity restart - -M801 [Message], Error message from module - -M802 [Message], Status message from module + -M117 [Message], Error/status message from module (done) -M804 [AP/STATION,SSID,DHC/STATIC,IP,MASK,GW,STATUS,MAC ADDRESSS, BAUD?], ]Module configuration without password *from host to printer (not yet implemented) [Need Printer FW support] on port 8888 @@ -87,17 +90,17 @@ These are the UI when css is in cache or internet is available: -set AP/STATION,SSID,PASSSWORD,DHC/STATIC,IP,MASK,GW,BAUD from serial ##Front End (basic implemented) [need Printer FW support it] or just display module status ---Display printer status ---Display temperatures (done) ---Display positions/flow/speed (done) ---Display print progress if any +--Display printer status (done) +--Display temperatures (done) +--Display positions/flow/speed (done) +--Display print progress if any (done) --List SDCard Content --Launch/Stop/(Pause?) a Print +--Emergency Stop (done) ##TODO -- Define Front End Functions -- do testing --- do a complete drawing for connections -- add some Javascript to enhance web UI From fa8386164359413db4b269fd9cc1b8515c26e703 Mon Sep 17 00:00:00 2001 From: Luc Date: Mon, 27 Jul 2015 04:44:33 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c831bc89..8a4c8794 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ These are the UI when css is in cache or internet is available: -*from printer to module [Need Printer FW support and can be disabled in ESP FW] (not yet implemented) +*from printer to module (Need Printer FW support and can be disabled in ESP FW) (not yet implemented) -request configuration/status (generate the M804 as answer) -set AP/STATION,SSID,PASSSWORD,DHC/STATIC,IP,MASK,GW,BAUD from serial