Scripts to configure your Raspberry PI 3 (Raspbian) as a Wireless Access Point (WAP), and install:
- Bro 2.5 (Network monitoring)
- Apache Kafka (Log management +)
- Apache Spark (Machine learning analytics)
At some point, I will also include a custom case design that will allow for additional SSH-enabled PIs (probably zeros) to be attached.
So far, the only thing that I've got are scripts for installing bro, kafka and spark, and to setup your pi as a wap. I will be adding scripts to configure clusters for all (I'd like to build a cluster of pis and a custom case design as well).
To install the things, you can use the bropi_setup script as so:
# Install everything:
./bropi_setup
# Install specific things:
./bropi_setup wap
./bropi_setup bro
./bropi_setup kafka
./bropi_setup spark
# Kinda useless help message I threw in there:
./bropi_setup help
- scripts to setup configs depending on the eventual cluster setups
- case design for n? pi zeros added on as probably bro workers
- lots of other things