Sponsored Content
Top Forums Programming Want To Learn Network Programming Post 45446 by kduffin on Saturday 20th of December 2003 08:05:37 AM
Old 12-20-2003
Richard Stevens wrote the most complete books for such tasks:

Take a look at: http://www.kohala.com/start/

Cheers,

Keith
 

9 More Discussions You Might Find Interesting

1. Programming

Network programming

Hi, I`m trying to do some multicast programming, and i`m looking for a C-function to convert an Interfacename to an IP-address or/and a C-function to convert an Interfaceindex to an IP-address. I need it for the mcast_set_if(int sockfd, const char *ifname (!), u_int ifindex(!)) function by... (2 Replies)
Discussion started by: darkspace
2 Replies

2. Programming

Network Programming in C

hello, i am learning networking programming in C from Unix Networking Programing by W. Richards Stevens. i want to compile the source given in this book on windows and linux platform. if somebody know this on windows, pls let me know. and regarding Linux, every time i compile a program on gcc,... (1 Reply)
Discussion started by: vibhory2j
1 Replies

3. UNIX for Dummies Questions & Answers

Programming/Scripting Languages To Learn

Which languages would, in the long run, be best to learn on a UNIX environment for kernel work, every day programs, and overall UNIX programming? I've been learning C for over a year now (which I'm pretty confident with) and decided I want to look into some other languages. I'll mainly be... (1 Reply)
Discussion started by: tjinr
1 Replies

4. Web Development

What Web Development languages should i learn?

I am learning Web Development, so far i am learning html,xhtml, css, java script.... What I want to know is what other Web Development languages should i learn? (1 Reply)
Discussion started by: Anna Hussie
1 Replies

5. What is on Your Mind?

How can I learn computer programming languages on my own?

I would love the idea to develop games. How can I teach myself computer programming? What programs or software must I use? I have the new iMac? (5 Replies)
Discussion started by: Anna Hussie
5 Replies

6. UNIX for Dummies Questions & Answers

How does unix system administration, unix programming, unix network programming differ?

How does unix system administration, unix programming, unix network programming differ? Please help. (0 Replies)
Discussion started by: thulasidharan2k
0 Replies

7. Shell Programming and Scripting

Best way to learn UNIX and shell Programming

Guys, What do you think is the best way to learn UNIX and shell scripting? ** I keep on searching tutorials online, where I loose most of my time :( Let me know the way you learnt the UNIX concepts, your replies might help me learn more. Thanks a ton:b: (2 Replies)
Discussion started by: dnam9917
2 Replies

8. UNIX for Dummies Questions & Answers

Open-source projects to learn concurrency-managed network programming in Unix?

Hi, I am a mid-career programmer with extensive experience in object-oriented design and development in C, C++, and C#. I've written a number of multi-threaded server applications and background services, although my grasp of networking protocols is a bit weak: my current job drifted away from... (2 Replies)
Discussion started by: TheTaoOfPhil
2 Replies

9. UNIX for Beginners Questions & Answers

Wanna learn native GUI programming in UNIX - Linux ?

Hi , wanna learn native GUI programming in Unix-Linux instead of Gtk and Qt. No problem. You don't need a cross platform Gui toolkit like Gtk and Qt. And the code and syntax is also not more or less than others. Check out this code for a simple mainwindow for your application that is openend in... (0 Replies)
Discussion started by: Sennenmut
0 Replies
uuid_gen(1ncs)															    uuid_gen(1ncs)

Name
       uuid_gen - UUID generating program

Syntax
       /etc/ncs/uuid_gen [ -c ] [ -C ] [ -version ]

Description
       The  program  generates	Universal  Unique Identifiers (UUIDs).	Without options, it generates a character-string representation of a UUID.
       The -c option enables you to generate a template for Network Interface Definition Language (NIDL) files.  The -C option enables you to gen-
       erate source-code representations of UUIDs, suitable for initializing variables of type

Options
       -c	 Generate a template, including a UUID attribute, for an interface definition in the C syntax of NIDL.

       -C	 Generate a C source-code representation of a UUID.

       -version  Display  the  version of the Network Computing Kernel (NCK) that this belongs to but do not generate a UUID.  (NCK is part of the
		 Network Computing System (NCS) on which DECrpc is based.)

Examples
       Generate a character-string representation of a UUID:
       $ /etc/ncs/uuid_gen
       34dc23469000.0d.00.00.7c.5f.00.00.00
       Generate a template for an interface definition in the C syntax of NIDL:
       $ /etc/ncs/uuid_gen -c
       %c
       [
       uuid(34dc239ec000.0d.00.00.7c.5f.00.00.00),
       version(1)
       ]
       interface INTERFACENAME {

       }
       Generate a template for an interface definition in the C syntax of NIDL.  Redirect the output to the file
       $ /etc/ncs/uuid_gen -c >myfile.idl
       Generate a C source-code representation of a UUID:
       $ /etc/ncs/uuid_gen -C
       = { 0x34dc23af,
       0xf000,
       0x0000,
       0x0d,
       {0x00, 0x00, 0x7c, 0x5f, 0x00, 0x00, 0x00} };

See Also
       DECrpc Programming Guide

																    uuid_gen(1ncs)
All times are GMT -4. The time now is 04:38 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy