icwmp/src
2013-02-15 09:16:55 +00:00
..
bin <empty commit message> 2013-02-08 15:55:45 +00:00
config add default notifcation active for parameters: 2013-02-15 08:39:48 +00:00
inc <empty commit message> 2013-02-14 08:42:33 +00:00
init <empty commit message> 2013-02-13 08:28:47 +00:00
scripts fix set parameter attributes bug script 2013-02-14 17:37:20 +00:00
AUTHORS <empty commit message> 2013-02-07 15:52:36 +00:00
b64.c <empty commit message> 2013-02-04 10:44:36 +00:00
backupSession.c <empty commit message> 2013-02-14 09:19:15 +00:00
ChangeLog <empty commit message> 2013-02-07 15:52:36 +00:00
config.c <empty commit message> 2013-02-14 08:42:33 +00:00
configure.ac <empty commit message> 2013-02-07 15:01:25 +00:00
COPYING <empty commit message> 2013-02-08 15:55:45 +00:00
cwmp.c <empty commit message> 2013-02-13 15:43:50 +00:00
event.c <empty commit message> 2013-02-14 08:42:33 +00:00
external.c fix and optimize download RPC 2013-02-11 13:49:27 +00:00
http.c <empty commit message> 2013-02-13 10:27:04 +00:00
kcwmp.c copy 2012-11-22 13:29:17 +00:00
log.c <empty commit message> 2013-02-04 10:44:36 +00:00
Makefile.am <empty commit message> 2013-02-07 15:01:25 +00:00
netlink.c <empty commit message> 2013-02-14 08:42:33 +00:00
NEWS <empty commit message> 2013-02-07 15:52:36 +00:00
README <empty commit message> 2013-02-07 15:52:36 +00:00
time.c <empty commit message> 2013-02-04 10:44:36 +00:00
ubus.c <empty commit message> 2013-02-12 17:26:52 +00:00
xml.c fix bug SetParameterAttributes 2013-02-15 09:16:55 +00: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