williambrunos / Industrial_Boiler

This repository is intended to store all the code necessary to control an specific industrial boiler for a college work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rodar Simulador de Caldeira

java -jar vendor/Aquecedor.jar

Rodar o Ambiente Linux

docker build -t str .
docker run -it -v $(pwd)/src:/code --name str str /bin/bash
docker exec -it str /bin/bash

Compilar e Executar o Código em C

gcc *.c *.h -lrt
./a.out host.docker.internal 4545

Sair do Ambiente Linux

Digite o seguinte comando para também remover os arquivos .gch gerados após a compilação.

exit

About

This repository is intended to store all the code necessary to control an specific industrial boiler for a college work

License:MIT License


Languages

Language:C 98.6%Language:Dockerfile 1.4%