openwrt - Where can I get sources or detailed documentation of /usr/sbin/nas -
i tried /usr/bin/nas sources http://downloads.openwrt.org/sources/nas-4.80.9.1.tar.gz found contains compiled elf binaries. tried dd-wrt sources (with hope find nas there) using instruction on page http://www.dd-wrt.com/wiki/index.php/development crucial instruction svn co http://svn.dd-wrt.com/dd-wrt
return error stating no source.
i need either detailed parameters of /usr/sbin/nas
(as specified nas --help
or man nas
if dd/open-wrt had man pages) or nas sources.
the "source" code nas
in dd-wrt can found here: http://svn.dd-wrt.com/browser#src/router/nas
openwrt have seen.
to me appears nas
(possibly closed source?) binary has been repackaged these 2 distributions binary blob, obtained somewhere else.
after bit more digging found source code appears same program on github, answers question: https://github.com/jcolp/rtn66u/tree/master/release/src/router/nas
tbh, guessed running strings
on nas
binary , discovered c source files nas_wksp.c
, nas_wksp_radius.c
named debugging.
there version buried inside tomato firmware well: http://repo.or.cz/w/tomato.git/tree/620424a4333f6eeaf57d8b76ee61a287b6c01683:/release/src-rt/wl/nas
why source not referenced dd-wrt , openwrt have no idea...
Comments
Post a Comment