Wiki » History » Version 1
Nicolai Petri, 11/23/2011 08:10 PM
Initial version.
| 1 | 1 | Nicolai Petri | h1. zconf++ wiki |
|---|---|---|---|
| 2 | 1 | Nicolai Petri | |
| 3 | 1 | Nicolai Petri | h2. Goal |
| 4 | 1 | Nicolai Petri | |
| 5 | 1 | Nicolai Petri | The goals for zconf++ are : |
| 6 | 1 | Nicolai Petri | |
| 7 | 1 | Nicolai Petri | * lightweight: Must be relatively small and have low memory footprint |
| 8 | 1 | Nicolai Petri | * extensible: Must be easily etended by linking in additional functionality into the binary (or as loaded modules) |
| 9 | 1 | Nicolai Petri | * object model: Provide a common object model and storage framework for direct interfacing over http/json |
| 10 | 1 | Nicolai Petri | * work: It must actually work :) |
| 11 | 1 | Nicolai Petri | |
| 12 | 1 | Nicolai Petri | h2. Status |
| 13 | 1 | Nicolai Petri | |
| 14 | 1 | Nicolai Petri | * http layer is running |
| 15 | 1 | Nicolai Petri | * draft extensions are created for arp table and network interfaces (read only) |
| 16 | 1 | Nicolai Petri | * basic object model / tree is done |
| 17 | 1 | Nicolai Petri | * json reader / writer is added |
| 18 | 1 | Nicolai Petri | * actions can be registered in tree and called using http/json |
| 19 | 1 | Nicolai Petri | |
| 20 | 1 | Nicolai Petri | h2. TODO (incomplete) |
| 21 | 1 | Nicolai Petri | |
| 22 | 1 | Nicolai Petri | * Implement events in object model |
| 23 | 1 | Nicolai Petri | * Allow http response to be delayed (async) |
| 24 | 1 | Nicolai Petri | * Sample http / javascript ui using ExtJS |
| 25 | 1 | Nicolai Petri | * Much much more |
| 26 | 1 | Nicolai Petri | |
| 27 | 1 | Nicolai Petri | h2. Contrib |
| 28 | 1 | Nicolai Petri | |
| 29 | 1 | Nicolai Petri | If you are interested in this project please contact nicolai at petri dot dk or join us on IRC #zrouter @ efnet. You are also welcome to join the zrouter maillinglists. We might create a mailing list for zconf++ discussion if interest picks up. |
| 30 | 1 | Nicolai Petri |