2008-11-04 Bitstream mode
The new project its temperature sensor (tsens) ASIC is basically a [http://en.wikipedia.org/wiki/Sigma-delta_modulation . . . socket (the board is outfitted with two sockets, to test two ASICs) * Make the buffer for the . . .
3K - last updated 2008-11-07 10:57 UTC by 1421
2012-02-09 Writing ethernet packets on OS X and BSD
If you want to write raw ethernet frames, you can use so-called raw sockets. Unfortunately, there's a . . . difference between raw sockets under Linux and raw sockets under BSD and derivatives . . .
8K - last updated 2012-02-09 15:49 UTC by 1421
Endianness
= Endianness = Refers to the ordering of bytes in memory. Processor-, not OS-dependent. Big-endian machines . . . for your programming language available. * The Sockets API provides the functions ''htonl()'' and . . .
2K - last updated 2006-05-15 08:17 UTC by 1421
Makefiles
= General programming information = In this section, we are going to look at the things which make up . . . at using make with the Server class (see the Sockets section). Below is the makefile of the Server . . .
8K - last updated 2006-01-26 08:56 UTC by 1421
Perl
= Help = Help isn't far away: $ perldoc -f keyword = Parameters = Parameters (other word: arguments) . . . exit(0); sub catchsig2 { # Clean up open files, sockets, etc. exit(1); } However, since an interrupt . . .
17K - last updated 2015-06-18 09:03 UTC by 1421
Sockets
= Introduction in sockets = For communication over a network, almost every OS provides an API called . . . the Sockets API. The diagram below shows the relation between . . . == Socket types == There are three types of sockets: stream sockets, datagram sockets and raw sockets. . . . not be discussed here, see resources. Stream sockets, SOCK_STREAM, which makes a connection, provides . . . delivery and the order it arrives. Datagram sockets, SOCK_DGRAM, which is connectionless and just . . .
11K - last updated 2007-08-13 14:58 UTC by bvankuik
Sockets NL
= Network IPC = Dit stukje probeert duidelijk te maken hoe je programma's over het netwerk kunnen communiceren . . . Programmer's Interface) is. = Introductie in sockets = Voor communicatie over het netwerk heeft . . . bijna elk OS een API genaamd de sockets API. Een API is een ander woord voor een library, . . . is. = Socket types = Er zijn drie typen sockets: stream sockets, datagram sockets en raw sockets. . . . duiken en dat leggen we hier niet uit. Stream sockets, aangeduid met de constante SOCK_STREAM, kan . . .
9K - last updated 2006-03-03 21:32 UTC by 1421
Sockets NL NL
Network IPC [ HOME ] Dit stukje probeert duidelijk te maken hoe je programma's over het netwerk kunnen . . . Programmer's Interface) is. Introductie in sockets Voor communicatie over het netwerk heeft bijna . . . elk OS een API genaamd de sockets API. Een API is een ander woord voor een library, . . . descriptor is. Socket types Er zijn drie typen sockets: stream sockets, datagram sockets en raw sockets. . . . duiken en dat leggen we hier niet uit. Stream sockets, aangeduid met de constante SOCK_STREAM, kan . . .
12K - last updated 2006-02-22 09:42 UTC by 1421
UNIX Toolkit
What follows is an explanation of several operating system mechanisms for programmers in the UNIX environment. . . . * [[Piping]] * [[FIFOs]] * [[Signals]] * [[Sockets]] * [[System_V_Semaphores]] * [[System_V_shared_memory]] . . .
1K - last updated 2007-10-11 13:21 UTC by 1421
Virtual interfaces
= WORK IN PROGRESS = == Client request == I want to test a very bad TCP/IP connection, how can I simulate . . . to changing the TOS, DSCP and TTL values. Raw sockets could help, as well as a custom kernel device . . .
2K - last updated 2008-12-15 08:33 UTC by 1421
10 pages found.