GithubHelp home page GithubHelp logo

golang's Introduction

GoLang

In this repository you can find the projects developed in Go

GoGUI

In this project the typical structure of compiled languages is used where we have a src folder where we will find the main file and its modules.

General objective

A graphical interface was created to monitor the status of hardware components of a server.

Components

  • It has its dockerfile for portability in different operating systems
  • The main file main.go where it is sought to make it as clean as possible to be able to keep track of the program correctly
  • The data obtained is passed to the parmas.go module where, in its GetParams function, it saves the data obtained thanks to the gopsutil library in a structure for later use in the graph.go module.
  • In graph.go the Graph function makes use of the data in the params structure to graph it using the fyne.io library available in the GO documentation
  • In the gpu.go module, the capacity of Go is used to use system commands such as lshw to obtain information about the graphics cards
  • In users.go, a list of users will be obtained by accessing the system log to keep track of user connections and their respective permissions in the system.

golang's People

Contributors

jalmurh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.