]> rtime.felk.cvut.cz Git - can-eth-gw.git/commitdiff
Mention cegw submodule
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 6 Feb 2015 08:25:08 +0000 (09:25 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 6 Feb 2015 08:25:08 +0000 (09:25 +0100)
doc/can-eth-gw.tex

index 4baf7755953db5b4e970b3f7d529793fe5f9131a..aeb7b1bd2203b99085d24dc87c3b3f9e5269f8c2 100644 (file)
@@ -286,14 +286,14 @@ Linux distribution used for testing and benchmarking.
 Busybox and kernel configuration files can be found here. \\
 \textbf{doc/} &
 Folder with documentation. \\
-\textbf{kernel/} &
-Can-ethernet gateway kernel implementation. \\
+\textbf{can-utils/} &
+CAN utitilities with the userspace \texttt{cegw} tool (Git submodule \cite{utils}). \\
+\textbf{linux/} &
+CAN-Ethernet gateway kernel implementation (Git submodule \cite{kernel}). \\
 \textbf{test/} &
 Contatins scripts used in debuging to test functionality. \\
 \textbf{user/} &
-Can-ethernet gateway userspace implementation. \\
-\textbf{utils/cegw/} &
-Configuration utility for kernel canethgw. \\
+CAN-Ethernet gateway userspace implementation. \\
 \textbf{utils/cegwbench/} &
 Program used for benchmark. \\ 
 \textbf{utils/cesend/} &
@@ -304,6 +304,11 @@ Sends can frame over udp. \\
 \begin{thebibliography}{9}
 \bibitem{repo} Project repository:
   \url{https://rtime.felk.cvut.cz/gitweb/can-eth-gw.git}
+
+\bibitem{kernel} Kernel driver:
+\url{https://rtime.felk.cvut.cz/gitweb/can-eth-gw-linux.git/blob/HEAD:/net/can/canethgw.c}
+\bibitem{utils} CAN utilities with \texttt{cegw} tool:
+\url{https://rtime.felk.cvut.cz/gitweb/can-utils.git/shortlog/refs/heads/cegw}
 \bibitem{register_netdevice_notifier}
 register\_netdevice\_notifier(..): \url{http://lxr.linux.no/linux+v3.5.3/net/core/dev.c#L1351}
 \end{thebibliography}