waszi / docsistftp

Docsis TFTP Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docsistftp

Docsis TFTP Server

Features:

  • dynamic DOCSIS TLV config generator
  • SQL support (postgres/mysql/sqlite)
  • Embedded scripting Anko
  • automatic CVC Certificate extraction from firmware files
  • clean "URLs" (/cm.anko?mac=11:22:33:44:55&model=EPC3949 -> /cm/EPC3949/11:22:33:44:55)

TODO:

  • documentation
  • better error handling
  • better logging
  • support plain text files (pxelinux/ipxe/non DOCSIS devices)
  • prometheus metrics
  • golang templates support
  • chroot()/setuid() - not important at the moment, internally will use docker
  • Dockerfile (soon)
  • publish docker images

About

Docsis TFTP Server

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 97.4%Language:Dockerfile 2.6%