Skip to content

Commit

Permalink
[cleanup] remove old/broken boa http server stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Mar 22, 2014
1 parent df76b29 commit e639a36
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 366 deletions.
241 changes: 0 additions & 241 deletions conf/boa.conf

This file was deleted.

2 changes: 0 additions & 2 deletions conf/control_panel_example.xml
Expand Up @@ -68,8 +68,6 @@
<arg flag="-b" variable="ivy_bus"/>
</program>

<program name="Http Server" command="sw/ground_segment/tmtc/boa"/>

<program name="Plot Meteo Profile" command="sw/logalizer/plotprofile"/>

<program name="Weather Station" command="sw/ground_segment/misc/davis2ivy">
Expand Down
57 changes: 0 additions & 57 deletions sw/cgi/configuration.cgi

This file was deleted.

54 changes: 0 additions & 54 deletions sw/cgi/logs.cgi

This file was deleted.

7 changes: 1 addition & 6 deletions sw/ground_segment/tmtc/Makefile
Expand Up @@ -41,19 +41,14 @@ SERVERCMO = server_globals.cmo aircraft.cmo wind.cmo airprox.cmo kml.cmo fw_serv
SERVERCMX = $(SERVERCMO:.cmo=.cmx)


all: link server messages settings dia diadec $(VAR)/boa.conf ivy_tcp_aircraft ivy_tcp_controller broadcaster ivy2udp ivy_serial_bridge
all: link server messages settings dia diadec ivy_tcp_aircraft ivy_tcp_controller broadcaster ivy2udp ivy_serial_bridge

opt: server.opt

clean:
$(Q)rm -f link server messages settings dia diadec *.bak *~ core *.o .depend *.opt *.out *.cm* ivy_tcp_aircraft ivy_tcp_controller broadcaster ivy2udp ivy_serial_bridge gpsd2ivy c_ivy_client_example_1 c_ivy_client_example_2 c_ivy_client_example_3


$(VAR)/boa.conf :$(CONF)/boa.conf
mkdir -p $(VAR)
sed 's|PAPARAZZI_HOME|$(PAPARAZZI_HOME)|' < $< > $@


messages : messages.cmo $(LIBPPRZCMA)
@echo OL $@
$(Q)$(OCAMLC) $(INCLUDES) -o $@ $(LINKPKG) gtkInit.cmo $<
Expand Down
6 changes: 0 additions & 6 deletions sw/ground_segment/tmtc/boa

This file was deleted.

0 comments on commit e639a36

Please sign in to comment.