renamed some things to reflect current state of the project
parent
8bc8fca763
commit
40cf23e1d4
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue