[readme] update readme to reflect the reduced scope of the repo
This commit is contained in:
parent
1fb5d7f4f9
commit
dcb5b83e16
68
README
68
README
|
@ -1,31 +1,45 @@
|
||||||
Welcome to the Flukso repository.
|
This git repo contains the code needed for builing an OpenWRT Kamikaze-based
|
||||||
|
firmware for the Fluksometer v1, aka FLM01.
|
||||||
|
|
||||||
The repository is structured as follows:
|
tree:
|
||||||
* mote/v[1|2]/openwrt
|
.
|
||||||
The modules, patches and scripts needed to tailor a stock OpenWRT Backfire to
|
|-- avr
|
||||||
the Fluksometer hardware. The bulk of development will now be taking place in
|
| `-- wiring
|
||||||
the v2 directory which maps to the v2 hardware.
|
|-- eagle
|
||||||
* mote/v[1|2]/eagle
|
| `-- prj
|
||||||
The Eagle schematic, board and BOM files for building a v1 or v2 Flukso sensor
|
| |-- flukso.sensor.board.v1
|
||||||
board.
|
| |-- flukso.sensor.board.v1.1
|
||||||
* mote/v[1|2]/avr
|
| `-- flukso.sensor.board.v1.2
|
||||||
The AVR microcontroller code for the Flukso sensor board.
|
`-- openwrt
|
||||||
* server/api
|
|-- files
|
||||||
The Erlang/Webmachine code that handles the Flukso server's JSON/REST API.
|
| `-- etc
|
||||||
* server/drupal
|
|-- package
|
||||||
Custom Drupal v6 modules that transform a Drupal 6 installation into a community
|
| |-- avahi
|
||||||
metering web platform, see a.o. www.flukso.net or www.mysmartgrid.de.
|
| |-- button
|
||||||
|
| |-- expat
|
||||||
|
| |-- flukso
|
||||||
|
| |-- gdbm
|
||||||
|
| |-- intltool
|
||||||
|
| |-- libdaemon
|
||||||
|
| |-- luaexpat
|
||||||
|
| |-- luasocket
|
||||||
|
| |-- luaxmlrpc
|
||||||
|
| |-- luaxyssl
|
||||||
|
| |-- luci
|
||||||
|
| |-- ntpclient
|
||||||
|
| `-- xyssl
|
||||||
|
`-- patches
|
||||||
|
|
||||||
|
avr: AVR microcontroller code for the v2 Flukso sensor board
|
||||||
|
|
||||||
|
eagle: Eagle schematic, board and BOM files for building a v2 Flukso sensor
|
||||||
|
board
|
||||||
|
|
||||||
|
openwrt: the modules, patches and scripts needed to tailor a stock OpenWRT
|
||||||
|
Backfire to the Fluksometer hardware.
|
||||||
|
|
||||||
|
|
||||||
For more information about this project and to see the code in action, surf to
|
$forum = www.flukso.net/forum
|
||||||
www.flukso.net.
|
$mailing_list = flukso-dev-join@lists.flukso.net
|
||||||
|
$irc = #flukso on freenode
|
||||||
|
|
||||||
Interested in contributing code- or schematic-wise? Then please join the
|
|
||||||
flukso-dev mailing list.
|
|
||||||
You can sign up via the web: http://lists.flukso.net/mailman/listinfo/flukso-dev.
|
|
||||||
Or simply drop a mail to this address: flukso-dev-join@lists.flukso.net.
|
|
||||||
|
|
||||||
You can also harass us via IRC in the #flukso channel on freenode.
|
|
||||||
|
|
||||||
Happy metering!
|
|
||||||
Bart.
|
|
||||||
|
|
Loading…
Reference in New Issue