No description
Find a file
2015-09-10 10:42:01 +01:00
bin Update Makefile 2015-09-07 10:33:39 +01:00
config Version 0 of the Data Model in C 2015-08-06 17:39:44 +01:00
dm fix seg fault in json parse array 2015-09-10 09:07:56 +01:00
inc Bugg #7711: CWMP: Broken ssl (2) 2015-09-09 17:19:19 +01:00
init Version 0 of the Data Model in C 2015-08-06 17:39:44 +01:00
scripts Version 0 of the Data Model in C 2015-08-06 17:39:44 +01:00
tools Support #7171:Send new tr-069 XML file structure 2015-05-07 16:00:02 +01:00
uci-defaults added some support files to make automatic firewall rules for cwmp 2014-05-20 16:28:53 +02:00
.gitignore Add gitignore file. refs #4220 2014-03-13 10:33:35 +01:00
AUTHORS more freecwmp move 2013-07-17 16:23:54 +02:00
backupSession.c Version 0 of the Data Model in C 2015-08-06 17:39:44 +01:00
ChangeLog more freecwmp move 2013-07-17 16:23:54 +02:00
config.c Bugg #7711: CWMP: Broken ssl 2015-09-09 17:08:22 +01:00
configure.ac Version 0 of the Data Model in C 2015-08-06 17:39:44 +01:00
COPYING more freecwmp move 2013-07-17 16:23:54 +02:00
cwmp.c update 2015-09-09 16:26:52 +01:00
digestauth.c fix for connection request not working after memory fix 2014-05-26 11:24:42 +02:00
event.c update the notif ubus plugin. usage: ubus call tr069 notify. no need to add param, value any more 2015-08-31 11:34:16 +01:00
external.c update the notif ubus plugin. usage: ubus call tr069 notify. no need to add param, value any more 2015-08-31 11:34:16 +01:00
http.c fiw compilation issue since CURL_SSLVERSION_SSLv3 is no more used 2015-09-10 10:42:01 +01:00
jshn.c Version 0 of the Data Model in C 2015-08-06 17:39:44 +01:00
kcwmp.c more freecwmp move 2013-07-17 16:23:54 +02:00
log.c PIVA::DELIVERY 8 2013-07-24 16:05:32 +01:00
Makefile.am more freecwmp move 2013-07-17 16:23:54 +02:00
md5.c more freecwmp move 2013-07-17 16:23:54 +02:00
netlink.c #5432 fix the non responding connection request issue. 2014-10-03 10:56:56 +02:00
NEWS more freecwmp move 2013-07-17 16:23:54 +02:00
README more freecwmp move 2013-07-17 16:23:54 +02:00
time.c add "ubus call tr069 status" command. 2014-06-03 12:25:45 +01:00
ubus.c update 2015-09-01 19:58:51 +01:00
xml.c Version 0 of the Data Model in C 2015-08-06 17:39:44 +01:00

configure autotools
===================

$ autoreconf -if

clean it all up
===============

$ make distclean

or 

$ git clean -df

development environment
=======================

Make sure you have all the packages installed from packages-arch-tr069 git
repository.

$ ln -sf `pwd`/scripts/defaults /usr/share/freecwmp/defaults
$ ln -sf `pwd`/scripts/functions/common /usr/share/freecwmp/functions/common
$ ln -sf `pwd`/scripts/functions/device_info /usr/share/freecwmp/functions/device_info
$ ln -sf `pwd`/scripts/functions/lan_device /usr/share/freecwmp/functions/lan_device
$ ln -sf `pwd`/scripts/functions/management_server /usr/share/freecwmp/functions/management_server
$ ln -sf `pwd`/scripts/functions/voice_service /usr/share/freecwmp/functions/voice_service
$ ln -sf `pwd`/scripts/functions/wan_device /usr/share/freecwmp/functions/wan_device
$ ln -sf `pwd`/scripts/functions/x_freecwmp_org /usr/share/freecwmp/functions/x_freecwmp_org
$ ln -sf `pwd`/scripts/functions/device_users /usr/share/freecwmp/functions/device_users 
$ ln -sf `pwd`/scripts/functions/device_hosts /usr/share/freecwmp/functions/device_hosts
$ ln -sf `pwd`/scripts/functions/device_routing /usr/share/freecwmp/functions/device_routing
$ ln -sf `pwd`/scripts/functions/device_ip /usr/share/freecwmp/functions/device_ip

run cwmpd
=============

$ export UCI_CONFIG_DIR="`pwd`/config/" 
$ export UBUS_SOCKET="/tmp/ubus.sock"
$ ./bin/cwmpd -f