View previous topic :: View next topic |
Author |
Message |
allen
Joined: 25 Jan 2008 Posts: 2
|
Posted: Fri Jan 25, 2008 3:41 am Post subject: porting miniupnpd on vxworks? |
|
|
hello!
Do the miniupnpd support the vxworks?
I want to port the miniupnpd on vxworks.
Thanks!
Allen |
|
Back to top |
|
 |
miniupnp Site Admin
Joined: 14 Apr 2007 Posts: 1587
|
Posted: Sat Jan 26, 2008 10:33 am Post subject: Re: porting miniupnpd on vxworks? |
|
|
allen wrote: | hello!
Do the miniupnpd support the vxworks?
I want to port the miniupnpd on vxworks. |
I think porting miniupnpd to vxworks is easy as it is monothread/monoprocess.
If you have a bsd socket API, allmost everything should be ok without modification.
Of course you'll have to code the interface to you Firewall (functions like get_redirect_rule(), add_redirect_rule2(), etc...)
Stuff like getifstats() would have to be coded too.
Let me know how your port is doing ! _________________ Main miniUPnP author.
https://miniupnp.tuxfamily.org/ |
|
Back to top |
|
 |
allen
Joined: 25 Jan 2008 Posts: 2
|
Posted: Mon Jan 28, 2008 2:19 am Post subject: |
|
|
Thanks your reply!
i will try it.
and may be have some problem need your help!
thanks again,
Allen |
|
Back to top |
|
 |
|