This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
contiki
Watch
1
Star
0
Fork
0
You've already forked contiki
mirror of
https://github.com/oliverschmidt/contiki.git
synced
2024-11-10 06:06:00 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
3a92b0552e
contiki
/
examples
/
tcp-socket
/
Makefile
6 lines
89 B
Makefile
Raw
Normal View
History
Unescape
Escape
TCP socket server example
2014-03-24 07:45:41 +00:00
all
:
tcp
-
server
CONTIKI
=
../..
Cleanup of the Contiki network layer configuration. Now using CONTIKI_WITH_IPV6, CONTIKI_WITH_IPV4, and CONTIKI_WITH_RIME in makefiles, and UIP_CONF_IPV6, UIP_CONF_IPV4, UIP_CONF_RIME in c code. Now only the stacks that are used are compiled (via makefile MODULES). Make IPv6 the default network stack.
2014-11-12 09:18:29 +00:00
CONTIKI_WITH_IPV4
=
1
TCP socket server example
2014-03-24 07:45:41 +00:00
i
n
c
l
u
d
e
$(
CONTIKI
)
/
M
a
k
e
f
i
l
e
.
i
n
c
l
u
d
e
Reference in New Issue
Copy Permalink