Skip to content

twyatt/galactic-aztec-data-acquisition

Repository files navigation

Galactic Aztec Data Acquisition Software

Build Status

Server and client application suite for reading sensors from a Raspberry Pi and transmitting to a remote client.

Server

Installation

./gradlew :server:dist
scp server/build/libs/server.jar pi@raspberrypi:~

SSH into your Raspberry Pi:

ssh pi@raspberrypi

Then the server can be started with the following command:

sudo java -jar server.jar

Client

Run

The client application can either be started via IntelliJ or command line.

IntelliJ

Run Launcher.main():

Run Launcher

Command Line

./gradlew :client:run

About

Server and client application suite for reading sensors from a Raspberry Pi and transmitting to a remote client.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages