Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Anders Blomdell
LabComm
Commits
39fa4cc0
Commit
39fa4cc0
authored
Dec 14, 2011
by
Sven Robertz
Browse files
moved experimental reader/writers into separate dir
parent
6b07a43b
Changes
8
Hide whitespace changes
Inline
Side-by-side
lib/c/Makefile
View file @
39fa4cc0
CC
=
gcc
CFLAGS
=
-g
CFLAGS
=
-g
-I
.
liblabcomm.a
:
labcomm.o labcomm_fd_reader_writer.o labcomm_udp_reader_writer.o udp_hack.o labcomm_thr_reader_writer.o ethaddr.o ThrottleDrv/ethernet_drv.o ThrottleDrv/throttle_drv.o
liblabcomm.a
:
labcomm.o labcomm_fd_reader_writer.o experimental/labcomm_udp_reader_writer.o
\
experimental/udp_hack.o labcomm_thr_reader_writer.o ethaddr.o
\
ThrottleDrv/ethernet_drv.o ThrottleDrv/throttle_drv.o
# ar -r liblabcomm.a labcomm.o labcomm_fd_reader_writer.o ethaddr.o
ar
-r
liblabcomm.a
$^
...
...
@@ -14,7 +16,7 @@ ethaddr.o: ethaddr.c
%o
:
%c %h
clean
:
rm
*
.o
rm
*
.o
experimental/
*
.o ThrottleDrv/
*
.o
distclean
:
clean
rm
liblabcomm.a
lib/c/README
View file @
39fa4cc0
...
...
@@ -2,6 +2,6 @@ Throttlenet library
The library consists of a generic part and readers/writers for the low-level transport.
The stable low-level is the _fd_ variety, on top of unix
socket
s.
The stable low-level is the _fd_ variety, on top of unix
file descriptor
s.
Currently, experimental varieties include datagrams on top of UDP and raw ethernet
lib/c/labcomm_thr_reader_writer.c
→
lib/c/
experimental/
labcomm_thr_reader_writer.c
View file @
39fa4cc0
File moved
lib/c/labcomm_thr_reader_writer.h
→
lib/c/
experimental/
labcomm_thr_reader_writer.h
View file @
39fa4cc0
File moved
lib/c/labcomm_udp_reader_writer.c
→
lib/c/
experimental/
labcomm_udp_reader_writer.c
View file @
39fa4cc0
File moved
lib/c/labcomm_udp_reader_writer.h
→
lib/c/
experimental/
labcomm_udp_reader_writer.h
View file @
39fa4cc0
File moved
lib/c/udp_hack.c
→
lib/c/
experimental/
udp_hack.c
View file @
39fa4cc0
File moved
lib/c/udp_hack.h
→
lib/c/
experimental/
udp_hack.h
View file @
39fa4cc0
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment