All Projects → simetnicbr → simetbox-openwrt-base

simetnicbr / simetbox-openwrt-base

Licence: other
Sistema base para instalação do SIMETBox

Programming Languages

c
50402 projects - #5 most used programming language
shell
77523 projects
lua
6591 projects
M4
1887 projects
Makefile
30231 projects

Projects that are alternatives of or similar to simetbox-openwrt-base

simetbox-openwrt-feed
SIMETBox package feed for OpenWRT (comece aqui/start here!)
Stars: ✭ 72 (+227.27%)
Mutual labels:  openwrt-package, simet, simetbox
sailing-robot
Southampton sailing robot
Stars: ✭ 74 (+236.36%)
Mutual labels:  opensource
Hacktoberfest2020
Repository for first timers to get started in Open Source Contributions
Stars: ✭ 44 (+100%)
Mutual labels:  opensource
BhimIntegers
BhimIntegers🚀 is a C++ library that is useful when we are dealing with BigIntegers💥💥. We can handle big integers (integers having a size bigger than the long long int data type) and we can perform arithmetic operations📘 like addition, multiplication, subtraction, division, equality check, etc📐📐. Also, there are several functions like factorial, …
Stars: ✭ 43 (+95.45%)
Mutual labels:  opensource
starter-repo
Documentation templates for use in open source and open development projects
Stars: ✭ 39 (+77.27%)
Mutual labels:  opensource
microrealestate
This is an Open Source Real estate management system which helps landlords to manage their rentals and properties
Stars: ✭ 137 (+522.73%)
Mutual labels:  opensource
agile-visitors
Application for registering employee entries with the possibility of generating reports, validating and storing users with minimal effort.
Stars: ✭ 23 (+4.55%)
Mutual labels:  opensource
Covid-19-Tracker
This is an Covid-19 tracker especially made for India
Stars: ✭ 39 (+77.27%)
Mutual labels:  opensource
Arduino-Cheat-Sheet
Cheat Sheets for Arduino Programming Language
Stars: ✭ 30 (+36.36%)
Mutual labels:  opensource
opendevufcg.org
Portal da OpenDevUFCG
Stars: ✭ 52 (+136.36%)
Mutual labels:  opensource
react-native-awesome-alert
🔔 Customizable modal components with ✔️check options in React Native
Stars: ✭ 50 (+127.27%)
Mutual labels:  opensource
uldaq
MCC Universal Library for Linux
Stars: ✭ 70 (+218.18%)
Mutual labels:  measurement
ML-Reserve
An Open-Source repository where students could showcase their skills by contributing their ML and DL projects!
Stars: ✭ 15 (-31.82%)
Mutual labels:  opensource
opendsp
一款开源的移动dsp广告平台, 内置主流adx对接和开箱即用的dashboard
Stars: ✭ 87 (+295.45%)
Mutual labels:  opensource
random-in
Get Random Numbers, Names, Dates and much more.
Stars: ✭ 15 (-31.82%)
Mutual labels:  opensource
pyswahili
A Swahili version of programming language to allow Swahili speakers get started with programming
Stars: ✭ 64 (+190.91%)
Mutual labels:  opensource
governance
TODO Group Governance
Stars: ✭ 69 (+213.64%)
Mutual labels:  opensource
Virtual-tryon
A virtual tryon(mirror) script for optical ecommerce - Opensource
Stars: ✭ 23 (+4.55%)
Mutual labels:  opensource
jolimail
Send nice emails
Stars: ✭ 78 (+254.55%)
Mutual labels:  opensource
domonic
Create HTML with python 3 using a standard DOM API. Includes a python port of JavaScript for interoperability and tons of other cool features. A fast prototyping library.
Stars: ✭ 86 (+290.91%)
Mutual labels:  opensource

SIMETBox Base Files

Estrutura básica para o SIMETBox

Sobre o SIMETBox

O SIMETBox é um sistema inicialmente desenvolvido para roteadores com OpenWRT para medir a qualidade de vários quesitos na internet. Vários testes são realizados até os PTTs do IX.br. Os testes realizados pela solução são: latência até os PTTs e gateway da rede, perda de pacotes, jitter, vazão, qualidade dos sites mais acessados no Brasil, localização dos servidores de conteúdo, validação da BCP-38, teste para gerência de porta 25 e testes de P2P. Os resultados ficam disponíveis aos usuários através de interface WEB e ao provedor através de portal próprio para isto.

Instalação

É pré-requisito para compilação deste sistema, o sistema simetbox-openwrt-config. Após isto, pode-se seguir os passos para instalação:

git clone https://github.com/simetnicbr/simetbox-openwrt-base.git
cd simetbox-openwrt-base
autoreconf
automake --add-missing
./configure
make install

Uso

É usado principalmente pelo projeto simetbox-openwrt-feed.
Descrições de uso para este pacote se encontram no pacote simetbox-openwrt-base.

TODO

  • Preparar pacote para instalação em Ubuntu e RedHat EL.

Contribuições ao projeto

  1. Crie um branch para a funcionalidade que foi desenvolvida: git checkout -b <nova-funcionalidade>
  2. Envie sua alteração: git commit -am '<descrição-da-funcionalidade>'
  3. Faça um push para o branch: git push origin <nova-funcionalidade>
  4. Faça um pull request :D

Histórico

2017-05-23 - Primeiro release público

Créditos

NIC.br
[email protected]

License

GNU Public Licence 2

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].