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/12/09 06:11] – holtmann | 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 accessible via HTTP | * Process image is accessible via HTTP | ||
* 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. | ||
* Changeable GPIO names | * Changeable GPIO names | ||
- | * 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 transfers it to the network. | + | * 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 it to the network | ||
+ | |||
==== Serial Interface ==== | ==== Serial Interface ==== | ||
- | | + | |
- | * Handshake | + | |
+ | * Handshake | ||
==== Else ==== | ==== Else ==== | ||
+ | |||
* Integration of the PIC watchdog. | * Integration of the PIC watchdog. | ||
- | * Show the time since Netzer has been active | + | * Show the time since Netzer has been active |
+ | * 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 ==== | ||
+ | |||
* **LCD board** with Display (text or graphical), SD card, SRAM, EEPROM and Buzzer already under development | * **LCD board** with Display (text or graphical), SD card, SRAM, EEPROM and Buzzer already under development | ||
+ | * **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. | * **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. | * 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 | ||
+ | |||