Skip to content

mcolvin1409/TMG_crypto

Repository files navigation

Services [Redis, Node-RED]

Table of Contents

Run Express Server Locally - Available on http://localhost:5000

cd server
npm install
npm run dev

Build and run the Frontend - Avaiable on http://localhost:8080

cd frontend
yarn
yarn serve

Node-RED Data Agent: Sends and receives data every second to broker - Available on http://localhost:1880

Build Agent: Node-RED, Redis (Will need to import flows)
bash scripts/nodeRED.sh

Redis Sensor Cache: Persists state from Raspi sensors to cache (To run standalone Redis)

Build Redis Cache
bash scripts/redis.sh

Backend Configuration: Provisioning CryptoCore, initial Password and Netplan settings

Provision Backend for CryptoCore
bash scripts/genCrypto.sh -s A000-1234-5678 -h "CryptoCore - 140kW" -v 1.0.0 -r "A" -t 9
Set Initial Password
bash scripts/setPassword.sh
Create netplan file
bash scripts/genNetplanSettings.sh

About

SBC control of immersion cooling of HPC systems

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors