Fusion Free ACS is the most complete TR-069 ACS available for free under the MIT License. You can download and install it, or contribute to the project!
Freeacs requires Java and MySQL. It has been tested to work on Java 8 and latest version of MySQL (the latter with some minor quirk in the install script).
Freeacs is built with SBT:
$ sbt clean compile test
Start tr069 server in discovery mode with:
discovery.mode=true
Fire up a tr069 test client in docker:
docker run --rm -it --net=host --entrypoint /bin/bash --name="easycwmp" xateam/easycwmp_docker
apt install nano
nano /etc/config/easycwmp
change:
option url http://5.5.5.12/acs
to
option url http://[your-lan-ip-on-host-machine]:[tr069-port]/tr069
Ctrl-X+y+Enter
chmod +x startup.sh
./startup.sh
Open a pull request, add an issue or discuss in the forums.
We use SemVer for versioning.
This project is licensed under the The MIT License.
- Jarl André Hübenthal (@jarlah)
See https://github.com/freeacs/freeacs/wiki/About for information.