npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

fibertel

v0.1.11

Published

Utilidad para monitorear los niveles de señal de los cable modems de Fibertel (Tx, Rx. MER). Obtiene la informacion del servicio de provisioning de Fibertel: http://provisioning.fibertel.com.ar/asp/nivelesPrima.asp

Downloads

5

Readme

fibertel

Utilidad para monitorear los niveles de señal de los cable modems de Fibertel (Tx, Rx. MER). Obtiene la informacion del servicio de provisioning de Fibertel: http://provisioning.fibertel.com.ar/asp/nivelesPrima.asp

Inspirado en https://github.com/fcingolani/fibertel-stats

Instalación

Usando NPM:

npm install fibertel

Requiere node.js v12.4.0 o mayor.

Uso

CLI

tomi@sirius: ✗ fibertel
--- Fibertel Niveles ---
Tx: 44.5 dBmV
Freq Tx: 38600 MHz
Rx: 4.9 dBmV
Freq Rx: 603000 MHz
MER: 38.9 dB
Equipo: DPC3848VE
Descripción: Cisco DPC3848VE DOCSIS 3.0 DB-WiFi(3x3) Apps Docway <>
Versión OS: "dpc3800-v303r204318-200508aARG"

Opciones del comando:

fibertel: utilidad para chequear valores de Tx, Rx y MER del cablemodem de Fibertel.

USAGE
  $ fibertel

OPTIONS
  -i, --interval=interval  [default: 30] Intervalo de repetición en segundos entre cada obtención de niveles.
  -t, --continuous         Obtener niveles de manera continua sin detener el programa.
  -u, --url=url            [default: http://provisioning.fibertel.com.ar/asp/nivelesPrima.asp] URL de provisioning del cablemodem.

Modulo

// es2015
import { getStats } from 'fibertel'

await getStats()

// commonjs 
const const { getStats }  = require('fibertel')

await getStats()

Modems soportados

Librería testeada únicamente con los siguientes modems:

  • Cisco DPC3848VE

PRs welcome :)

¿Están bien mis valores?

Los valores apropiados varían de acuerdo a la versión de DOCSIS (un estandar internacional para la transmisión de datos), aunque podemos encontrar algunos valores de referencia en http://www.dslreports.com/faq/16085, que se detallan a continuación.

Rx

| Estado | Mínimo | Máximo | |-------------------------|-------------|-------------| | Recomendado | -7 dBmV | +7 dBmV | | Aceptable | -10 dBmV | +10 dBmV | | Máximo tolerable | -15 dBmV | +15 dBmV | | Fuera de Especificación | < -15 dBmV | > +15 dBmV |

Tx

| Versión | Mínimo | Máximo | |-------------|-----------|-----------| | DOCSIS 3.1 | +35 dBmV | +47 dBmV | | DOCSIS 3.0 | +35 dBmV | +49 dBmV | Fuente: https://github.com/fcingolani/fibertel-stats#est%C3%A1n-bien-mis-valores

¿Puedo hacer algo para mejorar los valores?

TODO