Skip to content

ausfahrclub-gmbh/AFC-Client

Repository files navigation

AFC-Website

this really be a bruh moment

Releases:

https://github.com/ausfahrclub-gmbh/AFC-Client/release

AFC-Alarm

System architecture - Alarms

Server

Socket IO is listening on the webserver for incoming socket connections. It receives alarm requests from the clients and transmits to every connected client the incoming alarm.

Client

The client can send an 'Alarm' request to the server. It receives incoming alarm and plays the corresponding sound to the alarm-level.

To establish a connection over diffrent networks, the clients and the server have to be in private network. To realise that, we use LogMeIn Hamachi.

Setup

Requires NPM

Execute commands in the Client and Server folder:

//Installing dependencies
npm install

//Run the application    
npm start

Used technologies