Sponsored Content
Full Discussion: sockets...
Top Forums Programming sockets... Post 3456 by vin_vinu on Monday 2nd of July 2001 09:14:49 PM
Old 07-02-2001
Bug

pipes are are the mode to share data, and they are temporary files which are created. So if you know the file name u can access it from outside the code.
Depending on the system u have to check the config to find the file.

 

10 More Discussions You Might Find Interesting

1. Programming

Sockets!?!?!?!?!?!

I am looking for a way to have a program listen on a port (example: 8000) for communication I will be sending via that port to it(Linux Kernel machine). Once it recieves an appropiate command I need it to run a .bat file in linux. I know what I need to do but I am running into a few problems:... (8 Replies)
Discussion started by: bigB8210
8 Replies

2. Programming

sockets

Hai, How cani declare socket and collect the data in a string varialbe. Since i am new to this i am asking this. Can we connect multiple port. Thank you. (6 Replies)
Discussion started by: arunkumar_mca
6 Replies

3. UNIX for Dummies Questions & Answers

sockets

how do i mointor how many sockets are opened from a particular foriegn address? (2 Replies)
Discussion started by: kirpond
2 Replies

4. Solaris

Sockets in use

Is there a way to see what sockets are in use? The developers here are getting some defunct processes and they would like to get a socket list. This is on a Solaris 8 machine. Thanks! (1 Reply)
Discussion started by: kjbaumann
1 Replies

5. IP Networking

sockets and firewall

Is it possible to trace the packages and the statuses of client's and/or server's sockets by the UNIX network administrative tools? Two applications interact via sockets. There is no problem if they stay in the same network segment. If their hosts connected through the firewall then they aren't... (4 Replies)
Discussion started by: gogogo
4 Replies

6. Programming

need help with sockets

anyone and teach me how to save standard output to a file in a client/server socket. I know how to read them to the screen but i'm not quite sure how to save them to a file. my read to screen file code: memset(line, 0x0, LINE_ARRAY_SIZE); while (recv(connectSocket, line, MAX_MSG, 0) >... (1 Reply)
Discussion started by: crunchyuser
1 Replies

7. Programming

Sockets

Hi,i now moved into a different section where i need to use sockets. i am completely nill in sockets. can some body please provide me what are the requirements for a socket. to use sockets in c. thanks (1 Reply)
Discussion started by: MrUser
1 Replies

8. Programming

Help with sockets in C

if i have a server which wants to connect to exactly 5 clients, does that mean i need 5 socket file descriptors and use listen(socket_fd,1); for each one or just do listen(socket_fd,5) also whats the second parameter number mean? what happens if i put 0 there? also if i am connected... (28 Replies)
Discussion started by: omega666
28 Replies

9. Red Hat

Sockets

hai guys, I'm doing a project in which one server communicates with several clients. How can i do it when i have different port numbers???:confused: (0 Replies)
Discussion started by: rajeshb6
0 Replies

10. Programming

Any example about sockets in C++?

Hi, i am student, think learning about c++, someone has a example the how establish a conection with sockets :b::b: (1 Reply)
Discussion started by: mmartinez
1 Replies
THERION(1)						      General Commands Manual							THERION(1)

NAME
Therion -- program to draw cave surveys SYNOPSIS
therion [-q] [-L] [-l log-file] [-s source file] [-p search path] [-g|-u] [-i] [-d] [-x] [config-file] therion [-h|--help] [-v|--version] [--print-encodings] [--print-tex-encodings] [--print-init-file] DESCRIPTION
This manual page briefly documents Therion and provides an overview of the package. Therion is a program that processes Therion data files to produce cave surveys. The data files are usually .th files which contain survey data (very similar to survex .svx files), .th2 files which contain drawing data, and thconfig files which control the data files to be used and the maps to be output. Therion outputs .pdf and .svg files for drawings, Survex .3d files, Compass .PLT files and VRML files for 3D models. Therion uses a number of helper programs to do its job. Survex is used to process the centreline data, MetaPost is used to draw cave sym- bols, and pdfTeX generates the final maps. In order to make the entering of drawing data practical, and to make the editing of survey files easier, a graphical editor XTherion is included. This also includes a 'compiler' function which runs Therion on the data to produce output. This is implemented using Tcl/Tk. The Therion data files describe the cave as text in terms of objects so the corresponding graphical representations are only inserted at output generation time. This means that a survey can be produced using whichever symbol set you require by specifying the relevant set of MetaPost macros. Currently the UIS symbol set is supported. Multiple languages and character sets are supported -- currently ISO-8859-1, ISO-8859-2, ISO-8859-5, ISO-8859-7, UTF-8, ASCII and CP1250. ARGUMENTS
therion takes only one argument -- a config-file. If no file is specified then the default thconfig file in the current directory will be used. A new default file can be created using the -g option. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes ("--"). A summary of options is included below. For a complete description, see The Therion Book. -h, --help Show summary of options. -v, --version Show version information. -q Quiet mode -- minimise output. -g Generate a new configuration file. This will be the given config-file if specified, or thconfig in the current directory if not. If the file already exists, it will be overwritten. -i Ignore comments when writing (-g|-u) configuration file. -L Do not create a log-file. Normally all messages are written into a therion.log file. -l log-file Change the name of the log file. -p search-path This option is used to set the search path (or list of paths, separated by colon), which therion will use to find its source files (if it doesn't find them in the working directory). -q Run therion in quiet mode. It will print only warning and error messages (to STDERR). --print-encodings Print a list of all supported encodings. --print-init-file Print a default initialisation file. For more details see the Initialisation section in the Appendix of the Therion Book. -s Set the name of the source file. -u Upgrade the configuration file. -d Turn on debugging mode. The current implementation creates a temporary directory named thTMPDIR (in your system temporary direc- tory) and does not delete any temporary files. SEE ALSO
xtherion (1) For full information see The Therion Book (/usr/share/doc/therion/thbook.pdf) which describes Therion and its use in detail. AUTHORS
Stacho Mudrak and Martin Budaj. This manual page was originally written by Wookey <wookey@debian.org> for the Debian system, and is now maintained by MB. Copyright Wookey 2003, Martin Budaj 2003. This file is licensed under the GNU General Public Licence. 2003/07/15 THERION(1)
All times are GMT -4. The time now is 09:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy