On Thu, 13 Sep 2007, brenesandre wrote:
> Someone can help me to find how can I do to run a GNU/Linux command
> call tinysnmpget in my TS-7250 that is running TS-Linux. I also need
> HELP in try to find a code in c or c++ to handle the ethernet port
> because I need to use the response of tinysnmpget to make a decision.
Hi,
this is not a TS board specific question. The boards run Linux, and linux
handles the ethernet for you and provides a standard networking
programming interface. There are lots of tutorials and FAQs on writing
networking code for Unix/Linux on the internet - Google is your friend.
Try searching for these words in google
unix network programming tutorial
and follow up on several of the excellant tutorials and code examples out
there.
In order to run any program on the board, you need an executable of it.
If you have the source code for the program then set up a
cross-compilation environmnet as explained in the Technologics
documentation, and compile/build the application. Transfer it to the
board and run it :-)
If you are running the Debian image on the board you may be able to
install it using the command
apt-get install tinysnmp-tools
see the debian website for for information.
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|