Added an irc shell command that runs an IRC client from the shell.

This commit is contained in:
adamdunkels 2008-11-28 00:16:15 +00:00
parent abe482713b
commit eb2ecc69a2
3 changed files with 230 additions and 2 deletions

View file

@ -4,13 +4,14 @@ shell_src = shell.c shell-reboot.c \
shell-file.c shell-netfile.c shell-run.c \
shell-rime-ping.c shell-rime-sniff.c shell-rime-netcmd.c \
shell-rime-debug.c shell-coffee.c \
shell-wget.c shell-httpd.c
shell-wget.c shell-httpd.c shell-irc.c
#shell-rsh.c
shell_dsc = shell-dsc.c
APPS+=webbrowser webserver
APPS+=webbrowser webserver irc
include $(CONTIKI)/apps/webbrowser/Makefile.webbrowser
include $(CONTIKI)/apps/webserver/Makefile.webserver
include $(CONTIKI)/apps/irc/Makefile.irc
ifndef PLATFORM_BUILD
override webserver_src = webserver-nogui.c http-strings.c psock.c memb.c \