Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/faber222/provisionamento-8820g

Arquivo de provisionamento para a OLT Intelbras 8820G, feito em C++
https://github.com/faber222/provisionamento-8820g

Last synced: about 1 month ago
JSON representation

Arquivo de provisionamento para a OLT Intelbras 8820G, feito em C++

Awesome Lists containing this project

README

        


Provisionamento-8820G

 

Provisionamento-8820G


Github top language

Github language count

Repository size

License

Github issues

Github forks

Github stars


🚧 Provisionamento-8820G 🚀 Finished 🚧



About   |  
Features   |  
Technologies   |  
Requirements   |  
Starting   |  
License   |  
Author


## :dart: About ##

This is a code used to provision a OLT GPON Intelbras, model 8820G

## :white_check_mark: Requirements ##

Before starting :checkered_flag:, you need to have [Git](https://git-scm.com) installed.

## :checkered_flag: Starting ##

```bash
# Clone this project
$ git clone https://github.com/faber222/provisionamento-8820g

# Access
$ cd provisionamento-8820g

# Install dependencies
$ g++ provisionamento-8820.cpp -o {nome}

# Run the project on windows
$ .\{nome}.exe

# Run the project on Linux
$ .\{nome}.out

```

## :memo: License ##

This project is under license from MIT. For more details, see the [LICENSE](LICENSE.md) file.

Made with :heart: by faber222
Made with :heart: by Barbyie

 

Back to top