Skip to content

Commit

Permalink
clouds are for internet
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Morgner committed Oct 2, 2014
1 parent 784d1fb commit e6e6518
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
Binary file added doc/bilder/simplecloud.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion doc/bilder/tikzstyles.tex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
\tikzstyle{shadeslate}=[shade, top color=huslateblue!2, bottom color=huslateblue!10]
\tikzstyle{darkshadeslate}=[shade, top color=huslateblue!20, bottom
color=huslateblue!50]
\tikzstyle{internet}=[cloud, cloud ignores aspect, minimum height=1.5cm, kleiner,
\tikzstyle{internet}=[cloud, cloud ignores aspect, cloud puffs=15.7, minimum height=1.5cm, kleiner,
line width=2pt, draw=huslateblue, inner sep=.2cm, darkshadeslate,
drop shadow={opacity=.15}, shadow scale=1.05]

Expand Down
8 changes: 4 additions & 4 deletions remote-reader/doc/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ application, for example OpenSC_.
\node (pcsc) [klein, aktivbox, inner xsep=.75cm, align=center] {PC/SC\\Framework};
\node (sca) [aktivbox, klein, left=.75cm of pcsc, align=center] {Smart Card\\Application};
\node (vpcd) [box, at=(pcsc.east), kleiner] {\texttt{vpcd}};
\node (phone) [right=1cm of vpcd] {\includegraphics[width=3cm]{%(wd)s/bilder/smartphone.pdf}};
\node (phone) [right=2cm of vpcd] {\includegraphics[width=3cm]{%(wd)s/bilder/smartphone.pdf}};
\node (app) [at=(phone.center)] {\includegraphics[width=2.8cm, height=4.9cm]{%(wd)s/bilder/remote-reader.png}};
\node (card) [right=0cm of phone, rotate=45] {\includegraphics[width=2cm]{%(wd)s/bilder/smartcard.pdf}};

Expand All @@ -44,7 +44,7 @@ application, for example OpenSC_.
\node [at=(box.north west)] {\includegraphics[width=1cm]{%(wd)s/bilder/computer-tango.pdf}};
\path[linie]
(sca) edge (pcsc)
(vpcd) edge (app)
(vpcd) edge node {\includegraphics[width=1.5cm]{%(wd)s/bilder/simplecloud.pdf}} (app)
;
\draw [rfid] (phone.center) -- (card.center) ;
\end{pgfonlayer}
Expand Down Expand Up @@ -80,9 +80,9 @@ other computer, the :ref:`vicc` in relay mode can be used:
\node [at=(box2.north west)] {\includegraphics[width=1cm]{%(wd)s/bilder/computer-tango.pdf}};
\path[linie]
(sca) edge (pcsc)
(vpcd) edge [out=south, in=north] (vicc)
(vpcd) edge [out=south, in=north] node {\includegraphics[width=1.5cm]{%(wd)s/bilder/simplecloud.pdf}} (vicc)
(vicc) edge (pcsc2)
(pcsc2) edge (reader)
(pcsc2) edge [usb] (reader.center)
;
\end{pgfonlayer}

Expand Down
8 changes: 4 additions & 4 deletions virtualsmartcard/doc/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ The file :file:`utils.py` was taken from Henryk Plötz's cyberflex-shell_.
};
\node (sca) [aktivbox, klein, left=of pcsclite] {Smart Card\\Application};
\node (vpcd) [box, at=(pcsclite.east), xshift=-.3cm] {\texttt{vpcd}};
\node (vicc) [aktivbox, right=of pcsclite] {\texttt{vicc}};
\node (vicc) [aktivbox, right=2cm of pcsclite] {\texttt{vicc}};

\begin{pgfonlayer}{background}
\path[linie]
(sca) edge (pcsclite)
(vpcd) edge (vicc)
(vpcd) edge node {\includegraphics[width=1.2cm]{%(wd)s/bilder/simplecloud.pdf}} (vicc)
;
\end{pgfonlayer}

Expand All @@ -86,12 +86,12 @@ The file :file:`utils.py` was taken from Henryk Plötz's cyberflex-shell_.
PC/SC Framework
};
\node (sca) [aktivbox, klein, left=of pcsclite] {Smart Card\\Application};
\node (vicc) [aktivbox, right=of pcsclite] {\texttt{vicc}};
\node (vicc) [aktivbox, right=2cm of pcsclite] {\texttt{vicc}};

\begin{pgfonlayer}{background}
\path[linie]
(sca) edge (pcsclite)
(pcsclite) edge (vicc)
(pcsclite) edge node {\includegraphics[width=1.5cm]{%(wd)s/bilder/simplecloud.pdf}} (vicc)
;
\end{pgfonlayer}

Expand Down
8 changes: 4 additions & 4 deletions virtualsmartcard/doc/README.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ The file :file:`utils.py` was taken from Henryk Plötz's cyberflex-shell_.
};
\node (sca) [aktivbox, klein, left=of pcsclite] {Smart Card\\Application};
\node (vpcd) [box, at=(pcsclite.east), xshift=-.3cm] {\texttt{vpcd}};
\node (vicc) [aktivbox, right=of pcsclite] {\texttt{vicc}};
\node (vicc) [aktivbox, right=2cm of pcsclite] {\texttt{vicc}};

\begin{pgfonlayer}{background}
\path[linie]
(sca) edge (pcsclite)
(vpcd) edge (vicc)
(vpcd) edge node {\includegraphics[width=1.2cm]{%(wd)s/bilder/simplecloud.pdf}} (vicc)
;
\end{pgfonlayer}

Expand All @@ -86,12 +86,12 @@ The file :file:`utils.py` was taken from Henryk Plötz's cyberflex-shell_.
PC/SC Framework
};
\node (sca) [aktivbox, klein, left=of pcsclite] {Smart Card\\Application};
\node (vicc) [aktivbox, right=of pcsclite] {\texttt{vicc}};
\node (vicc) [aktivbox, right=2cm of pcsclite] {\texttt{vicc}};

\begin{pgfonlayer}{background}
\path[linie]
(sca) edge (pcsclite)
(pcsclite) edge (vicc)
(pcsclite) edge node {\includegraphics[width=1.5cm]{%(wd)s/bilder/simplecloud.pdf}} (vicc)
;
\end{pgfonlayer}

Expand Down

0 comments on commit e6e6518

Please sign in to comment.