Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The GSW system is designed be run on x86 architecture with a linux based operating system, some applications may require additonal additional graphical support like an X server to run.

...

Building the code requires the following dependencies:

  • make
  • g++

For using some UI applications (Grafana & InfluxDB), it is required that mDNS is supported. The current system uses the following programs, which are installed by default in Ubuntu 18.x.x:

  • avahi-daemon (expected to started as a service at boot)
  • avahi-publish (used by applications to advertise their address as a certain name, e.g. grafana.local)

The code:

Make sure git is installed on your system.

...