|
10 anni fa | |
---|---|---|
doc | 10 anni fa | |
examples | 10 anni fa | |
mibs | 15 anni fa | |
src | 10 anni fa | |
tests | 10 anni fa | |
.gitignore | 10 anni fa | |
.travis.yml | 10 anni fa | |
AUTHORS | 15 anni fa | |
COPYING | 10 anni fa | |
ChangeLog | 15 anni fa | |
INSTALL | 15 anni fa | |
Makefile.am | 15 anni fa | |
NEWS | 15 anni fa | |
README.md | 10 anni fa | |
TODO | 15 anni fa | |
autogen.sh | 15 anni fa | |
build_setup.nsi.in | 15 anni fa | |
configure.in | 10 anni fa | |
install-sh | 15 anni fa |
This program encodes a DOCSIS binary configuration file from a human-readable text configuration file.
It was originaly developed at http://docsis.sourceforge.net and later on moved to https://github.com/rlaager/docsis
This build is an experimental one and is based on a fork from the GitHub project. Please use this build on your own risk.
This was tested on Ubuntu 14.04 amd64 (little endian) and Debian 7.5 Sparc64 (big endian) and it is known to work without issues. It is known to have issues on Sparc64 (big endian) CPU.
Dependencies:
apt-get install automake libtool libsnmp-dev bison make gcc flex git
Installation steps for Debian based systems:
git clone https://github.com/AdrianSimionov/docsis.git
cd docsis
./autogen.sh
./configure
make
make install (optional)
Not tested. If someone has the resources to do it, please post your findings.
Please use the GitHub system to report feature request and bugs.
CMTS and CM MIC have the wrong value when calculated on a big endian CPU. Using the MIC values and a big endian CPU should be avoided in production systems.
Quoting the hex strings will result in a crash. Do not use something similar to "0xABCD".
Following TLVs can only be decoded but not encoded: SNMPv1v2cTransportAddress, SNMPv1v2cTransportAddressMask.