Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:netzer:roadmap [2011/11/23 20:55] – [I2C] I2C monitor mode added svesch | en:netzer:roadmap [2025/06/11 20:42] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Roadmap ====== | ====== Roadmap ====== | ||
- | ===== Software | + | ===== Next software |
==== Network protocols ==== | ==== Network protocols ==== | ||
- | * DNS Client (manual configurable or via DHCP) | + | |
- | * SNTP Client (manual configurable via IP or network name - name resolve via DNS is needed). Display current time on the index page. | + | * SNTP Client (manual configurable via IP or network name - name resolve via DNS is needed). Display current time on the index page - Partly implemented |
==== Process image ==== | ==== Process image ==== | ||
- | | + | |
+ | * [[process|Process module]] | ||
+ | | ||
* Direct mapping of process image members (i.e. interconnection of pins). | * Direct mapping of process image members (i.e. interconnection of pins). | ||
- | * Process image is accessable | + | * Process image is accessible |
* ModbusTCP server implementation | * ModbusTCP server implementation | ||
+ | |||
==== GPIO ==== | ==== GPIO ==== | ||
+ | |||
* Activation of pins if a client is connected to GPIO or serial server (also inverted) -> Is also done with the process image implementation. | * Activation of pins if a client is connected to GPIO or serial server (also inverted) -> Is also done with the process image implementation. | ||
- | * Changable | + | * Changeable |
- | * Configure state of GPIO pin in power down mode | + | * Configure state of GPIO pin in power down mode - Done with process image |
==== I2C ==== | ==== I2C ==== | ||
- | | + | |
- | * Extending the procotol for reading out this INT pin | + | |
- | * Further mode, where Netzer acts as I2C monitor and sniffes the I2C traffic and tranfer | + | * Extending the procotol for reading out this INT pin - Done with process image |
+ | * Further mode, where Netzer acts as I2C monitor and sniffes the I2C traffic and transfers | ||
+ | |||
==== Serial Interface ==== | ==== Serial Interface ==== | ||
- | | + | |
- | * Handshake | + | |
+ | * Handshake | ||
==== Else ==== | ==== Else ==== | ||
+ | |||
* Integration of the PIC watchdog. | * Integration of the PIC watchdog. | ||
- | * Show the time since Netzer | + | * Show the time since Netzer |
+ | * Implement some python GUI programs for accessing Netzer | ||
+ | * [[websockets|WebSocket]] | ||
+ | * [[actioncgi|CGI]] | ||
+ | * [[commandserver|JSON command server]] | ||
Line 36: | Line 50: | ||
==== Extension boards for the breakout board ==== | ==== Extension boards for the breakout board ==== | ||
- | | + | |
- | * **Domestic board** with Relais, Triac dimmer, temperature- and light sensor and 1-Wire-interface is also in development. | + | |
- | * Interface board with RS485 and RS232 (complete) - not started | + | * **Dimmer board** with two channel Triac dimmer, almost ready to run. |
+ | * **Domestic board** with Relais, Triac dimmer, temperature and light sensor and 1-Wire-interface is also under development. | ||
+ | * Interface board with RS485 and RS232 (complete) - not yet started. | ||
+ | |||
===== Netzer 2:0 ===== | ===== Netzer 2:0 ===== | ||
- | More of all! :) Not before | + | |
+ | More of all! :) Not before | ||
+ | |||