DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T f

⟦246d75c39⟧ TextFile

    Length: 824 (0x338)
    Types: TextFile
    Names: »figure1.pic«

Derivation

└─⟦3d0c2be1b⟧ Bits:30001254 ISODE-5.0 Tape
    └─⟦eba4602b1⟧ »./isode-5.0.tar.Z« 
        └─⟦d3ac74d73⟧ 
            └─⟦this⟧ »isode-5.0/doc/isode1/figure1.pic« 
            └─⟦this⟧ »isode-5.0/doc/isode2/figure1.pic« 
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z« 
        └─⟦de7628f85⟧ 
            └─⟦this⟧ »isode-6.0/doc/isode1/figure1.pic« 
            └─⟦this⟧ »isode-6.0/doc/isode2/figure1.pic« 

TextFile

.PS
.ps 20
## figure 1
boxwid	=	3*boxwid
define boxit @
	box "$1" with .n at ($2.s.x, $2.s.y-lineht/2)
	line from $2.s to last box.n
@
define peer @
	box "$1" with .n at ($3.s.x, $3.s.y-lineht/2)
	line    from $3.s to last box.n
	line $4 from $2.e to last box.w
@
##
B1:	box "APPLICATION"
B2:	boxit(PRESENTATION,B1)
B3:	boxit(SESSION,B2)
B4:	boxit(TRANSPORT,B3)
B5:	boxit(NETWORK,B4)
B6:	boxit(DATA LINK,B5)
B7:	boxit(PHYSICAL,B6)
##
P1:	box "APPLICATION" with .w at (B1.e.x+4*linewid, B1.e.y)
	line dashed from B1.e to P1.w
P2:	peer(PRESENTATION,B2,P1,dashed)
P3:	peer(SESSION,B3,P2,dashed)
P4:	peer(TRANSPORT,B4,P3,dashed)
P5:	peer(NETWORK,B5,P4,dashed)
P6:	peer(DATA LINK,B6,P5,dashed)
P7:	peer(PHYSICAL,B7,P6,)
##
	line from (B4.w.x-linewid, B4.n.y+lineht/4) \
	     to   (P4.e.x+linewid, P4.n.y+lineht/4) dotted
##
.PE