soap - CWMP CPE (Client) implementation -


i trying tr-069/cwmp protocol , running. have found open source acs server called openacs. problem cpe, there not seem open source cpe implementations around. have found few projects none alive. wondering if knows full cpe implementation? also, know how work involved in implementing protocol myself?

thank you.

i had implemented generic stand alone cwmp client in pure c before 5-6 years. project university (there publication http://ieeexplore.ieee.org/xplore/login.jsp?url=http%3a%2f%2fieeexplore.ieee.org%2fiel5%2f30%2f34592%2f01649657.pdf%3farnumber%3d1649657&authdecision=-203)

well, actually, if read paper you'll see propose there methodology creating (instantiating) cwmp clients through java. use java program define model of cwmp client , create configuration file used generic cwmp client. after used hooks define should done on set or of each parameter of model.

if remember correctly, cwmp client implemented of requirements of tr-69 document , add model (set , parameters) without using java tools.

if feel , want continue cwmp client, gladly send (or upload somehere) full source code. i warn you - don't remember project can't answer questions !

concerning implementation time, took me around 2-3 months. had implemented own http server , soap parser / generator (using ixml xml parsing). wasn't fancy working - supported ssl through openssl !

also, i've created bitbucket repository containing source code of client: http://bitbucket.org/spapas/cwmpclient. hope it's helpful - if is, add reference original project


Comments

Popular posts from this blog

sql server - python to mssql encoding problem -

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -