renamed some things to reflect current state of the project

master
Bartosz Kostrzewa 2011-05-13 11:30:10 +02:00
parent 8bc8fca763
commit 40cf23e1d4
4 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ import time
from math import *
# Set the socket parameters
local_port = 5000
local_port = 5001
remote_port = 4321
# TODO: autodetect interface address for remote application

2
frameserver/make_frameserver Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
g++ -O2 -ggdb -lncurses `pkg-config --libs --cflags glibmm-2.4` `pkg-config --libs --cflags gthread-2.0` -lboost_system -o frameserver Buffer.cpp Buffers.cpp Server.cpp frameserver.cpp

View File

@ -1,2 +0,0 @@
#!/bin/bash
g++ -O2 -ggdb -lncurses `pkg-config --libs --cflags glibmm-2.4` `pkg-config --libs --cflags gthread-2.0` -lboost_system -o test_server Buffer.cpp Buffers.cpp Server.cpp test_server.cpp