OSCAR is a Java-based CableLabs® Configuration File Builder API for DOCSIS®, PacketCable™, DPoE™ and DPoG™.
I have taken this project back and resumed active development, building on the original codebase I wrote years ago. It has been updated to the latest JRE baseline, and upcoming work will focus on DOCSIS 4.0 support.
./install.sh --build-oscar-jarText to binary:
java -jar oscar.jar -c -s d 3 -i src/com/comcast/oscar/examples/testfiles/DOCSIS-GOLDEN.txt -o output/DOCSIS-GOLDEN.binBinary to text:
java -jar oscar.jar -d -s d 3 -i output/DOCSIS-GOLDEN.bin > output/DOCSIS-GOLDEN-roundtrip.txt