Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

lnptest(1) [debian man page]

lnptest(1)						      General Commands Manual							lnptest(1)

NAME
lnptest - LNP Client Test Application SYNOPSIS
lnptest DESCRIPTION
lnptest is an LNP Daemon test client used to test the connection between lnptest and the LNP daemon through the Ir Tower to a corresponding test program running in an RCX. See the FILES section for the location of the RCX test program source code (distributed with this pack- age). OPTIONS
lnptest does not support command-line options. USAGE
To run the test: - compile the lnptest.c RCX program - start the lnpd daemon - download the lnptest.lx program to the RCX - (at the RCX) run the program just downloaded to the RCX - run this lnptest program - inspect the output looking for lack of failure messages FILES
/usr/share/doc/lnpd/examples/rcx In this directory is the source to the RCX-side program which is called lnptest.c but written to be compiled against BrickOS. SEE ALSO
lnptest2(1), lnpdll(1), lnpd(8) You can find additional documentation in /usr/share/doc/lnpd (on Debian GNU/Linux systems) AUTHOR
lnptest was written by Martin Cornelius <Martin.Cornelius@t-online.de> This man page was written by Stephen Moraco <stephen@debian.org> January 23, 2005 lnptest(1)

Check Out this Related Man Page

lnpdllx(1)						      General Commands Manual							lnpdllx(1)

NAME
lnpdllx - BrickOS RCX downloader communicating through the LNP Daemon SYNOPSIS
lnpdllx [-r{rcxnbr}] [-p{programslot}] [-s{srcport}] [-v] {filename.lx} DESCRIPTION
lnpdllx is an experimental version of lnpdll(1) an lnpd-aware limited version of BrickOS dll(1) which is used to download programs to the RCX running BrickOS. lnpdllx is different from dll(1) in that it communicates to the IR Tower using the LNP Daemon instead of interacting directly to the tty serial port. OPTIONS
A summary of options understood by lnpdllx -r {rcxnbr} download to the RCX {rcxnbr} -p {slotnbr} place the downloaded program in {slotnbr} ([1-8] for BrickOS) -s {srcport} the port from which you are sending the data -v enable verbose messages -h Show similar help text at command-line. SEE ALSO
lnpd(8), lnpdll(1), lnptest(1) You'll find additional documentation in /usr/share/doc/lnpd (on Debian GNU/Linux systems) AUTHOR
lnpdllx was written by Martin Cornelius <Martin.Cornelius@t-online.de> This man page was written by Stephen Moraco <stephen@debian.org> January 23, 2005 lnpdllx(1)
Man Page

12 More Discussions You Might Find Interesting

1. Programming

daemon

I want to write background running program. How to use daemon function. Please send me source code. Thanks. (1 Reply)
Discussion started by: bat_oyu
1 Replies

2. UNIX for Dummies Questions & Answers

file handling across servers

hi all f1=demo1:/u2/test/test.doc (sco 5.0.5) f2=demo2:/u2/test/test.doc (solaris 5.8) how to use the files across servers? i.e. i want to copy the file from demo1 to demo2 with link (copy -l). replies appreciated. raguram R (3 Replies)
Discussion started by: raguramtgr
3 Replies

3. Programming

Daemon...Zombie?? Please help me

Hello, i am very very puzzled, im doing this project for school, its a deamon logger, but anyways I'm supposed to run the daemon, let it run on the backgroun, and then run a different program (from command like prompt). but when i run my daemon, it never goes back to the nova> prompt. :( i dont... (3 Replies)
Discussion started by: Kacyndra
3 Replies

4. Windows & DOS: Issues & Discussions

program to rename file name

I need a program to rename file name. so the input to run the program would be RenameFiles //server1/Folder1/folder2/test*er.doc program would return: ++server1+Folder1+folder2+test*er.doc Can some one please help me? (1 Reply)
Discussion started by: randyzapata
1 Replies

5. UNIX for Dummies Questions & Answers

How to test for a specific file size

Hello, In my shell program, I need to test for a specific size of a text file before it can be imported into an oracle table. If the size is less than that number, my program should stop processing. What is the correct command to do this test? Thanks! (1 Reply)
Discussion started by: GEBRAUN
1 Replies

6. UNIX for Advanced & Expert Users

Porting GNU FTPD daemon from Linux to AIX

Dear All, I want to port GNU ftpd daemon server from Linux to AIX. I want to download GNU ftpd daemon for linux. Please tell me from where I can download this code and which code will be most suitable for this porting? Please help in this regard. Thanks Siva (0 Replies)
Discussion started by: srksn
0 Replies

7. UNIX for Dummies Questions & Answers

compile .exe, run in unix.

Hi all, I am using putty to access my school unix servers. I have recently downloaded a source file of a software in .tar format. I change the code of the program and compile it in VS8 and build an .exe file. 1) I copy the .exe file to my school account but I could not make it work. How... (2 Replies)
Discussion started by: hkullana
2 Replies

8. UNIX for Dummies Questions & Answers

Cant find stdint.h? What directory do i put it in?

Hello everyone, I've got a C program that I'm trying to run through my unix shell but whenever i compile it using gcc (using "cc test.c"), it cannot find stdint.h. Right now, i have it in the same directory as the program I'm running, test.c. Any suggestions? (3 Replies)
Discussion started by: TeamUSA
3 Replies

9. Programming

Compiling Pro*C program under unix

Hello, I am trying to compile a Pro*C program under unix: proc iname=test.pc works fine but then I am not able to compile the test.c file : gcc test.c -o test.o -L $ORACLE_HOME/lib -l clntsh /usr/bin/ld: Object file format error in: /u01/app/oracle/product/10.1.0.2.0/lib:... (1 Reply)
Discussion started by: nsmrmd
1 Replies

10. Red Hat

Downloading RHEL ISO's!

Hi friends, I am a novice Linux user, and I want to take the RHCE test in future. As I have been told that the RHCE test is all about Redhat Enterprise Linux. I approached redhat.com to download RHEL 6.1, but they don't offer that to people who have email id's at gmail, yahoo etc. Where then I can... (2 Replies)
Discussion started by: gabam
2 Replies

11. Slackware

Xmakemol error

Ok, i'm trying to run xmakemol on Slackware 14. i downloaded the source, compiled it and installed it without any errors or warnings. When i try to run it, the following error occurs: Error: XtCreateWidget "canvas" requires non-NULL widget class Any idea what is this about? (1 Reply)
Discussion started by: cptnpike
1 Replies

12. UNIX for Dummies Questions & Answers

Here doc question

This is a very simple question. So I have: # cat << 'EOF' > /usr/share/servers/test man EOF From the command line I want to put "man" into a /usr/share/servers/test. I have file "test" in directory /usr/share/servers/. However when I run that it come back with # cat << 'EOF' >... (2 Replies)
Discussion started by: scj2012
2 Replies