数据采集服务

zzj 0ed8019f85 atexit hace 6 años
autom4te.cache f9d366923c inifile && sit_list write-copy hace 6 años
db_api 89d0ec3289 del .deps hace 6 años
src 89d0ec3289 del .deps hace 6 años
websocket 89d0ec3289 del .deps hace 6 años
.gitignore f9d366923c inifile && sit_list write-copy hace 6 años
COPYING 77366d3fd3 初始化 hace 6 años
INSTALL 77366d3fd3 初始化 hace 6 años
IniFile.cpp 89d0ec3289 del .deps hace 6 años
IniFile.h 89d0ec3289 del .deps hace 6 años
Makefile c245978370 合并分支 hace 6 años
Makefile.am c245978370 合并分支 hace 6 años
README.md cf36edfa89 README.md 添加中文说明 hace 6 años
a.sh f9d366923c inifile && sit_list write-copy hace 6 años
aclocal.m4 77366d3fd3 初始化 hace 6 años
ant.cpp f9d366923c inifile && sit_list write-copy hace 6 años
ant.h f9d366923c inifile && sit_list write-copy hace 6 años
area.cpp a526197a2e 合并 hace 6 años
area.h c24d91083b Merge branch 'master' of http://local.beijingyongan.com:3000/linux-dev/ya-serv hace 6 años
async.cpp e40f14d728 timestamp fix buf, test algo tof OK. hace 6 años
base64.cpp 77366d3fd3 初始化 hace 6 años
base64.h 77366d3fd3 初始化 hace 6 años
card.cpp b2d7e90876 . hace 6 años
card.h b2d7e90876 . hace 6 años
card_path.cpp f9d366923c inifile && sit_list write-copy hace 6 años
card_path.h f9d366923c inifile && sit_list write-copy hace 6 años
card_timer.xx 77366d3fd3 初始化 hace 6 años
client.cpp f9d366923c inifile && sit_list write-copy hace 6 años
clock.h b20d3dab24 clock.h test hace 6 años
config.ini b1e5544770 merge..lemons's project hace 6 años
configure 77366d3fd3 初始化 hace 6 años
configure.ac 77366d3fd3 初始化 hace 6 años
crc.cpp c9ffb81d0d 修改了一个bug,添加了crc校验算法文件 hace 6 años
crc.h c9ffb81d0d 修改了一个bug,添加了crc校验算法文件 hace 6 años
data_reader_antenna.txt b1e5544770 merge..lemons's project hace 6 años
depcomp 77366d3fd3 初始化 hace 6 años
install-sh 77366d3fd3 初始化 hace 6 años
io_buf.h 77366d3fd3 初始化 hace 6 años
line.h b1e5544770 merge..lemons's project hace 6 años
line_fit.cpp b1e5544770 merge..lemons's project hace 6 años
line_fit.h b1e5544770 merge..lemons's project hace 6 años
loc_point.cpp b1e5544770 merge..lemons's project hace 6 años
loc_point.h b1e5544770 merge..lemons's project hace 6 años
loc_tool.cpp b1e5544770 merge..lemons's project hace 6 años
loc_tool.h b1e5544770 merge..lemons's project hace 6 años
log.ini 77366d3fd3 初始化 hace 6 años
main.cpp 0ed8019f85 atexit hace 6 años
message.cpp e40f14d728 timestamp fix buf, test algo tof OK. hace 6 años
message.h c245978370 合并分支 hace 6 años
message_file.cpp 77366d3fd3 初始化 hace 6 años
message_file.h 77366d3fd3 初始化 hace 6 años
missing 77366d3fd3 初始化 hace 6 años
net-service.cpp f9d366923c inifile && sit_list write-copy hace 6 años
net-service.h 77366d3fd3 初始化 hace 6 años
path_tof.txt e40f14d728 timestamp fix buf, test algo tof OK. hace 6 años
point.cpp f9d366923c inifile && sit_list write-copy hace 6 años
point.h 5338fcede3 简单调整 hace 6 años
select_tool.cpp e40f14d728 timestamp fix buf, test algo tof OK. hace 6 años
select_tool.h e40f14d728 timestamp fix buf, test algo tof OK. hace 6 años
site_area.cpp 66ad838f77 修改cardid的类型为int64_t hace 6 años
site_area.h 66ad838f77 修改cardid的类型为int64_t hace 6 años
tdoa_sync.cpp 77366d3fd3 初始化 hace 6 años
tdoa_sync.h 77366d3fd3 初始化 hace 6 años
test.cpp 77366d3fd3 初始化 hace 6 años
visit.cpp f9d366923c inifile && sit_list write-copy hace 6 años
visit.h 3179448d2a 添加visit/accept,write-copy机制 hace 6 años
web-client.cpp 77366d3fd3 初始化 hace 6 años
web-client.h 77366d3fd3 初始化 hace 6 años
webc.i 77366d3fd3 初始化 hace 6 años
worker.cpp b2d7e90876 . hace 6 años
worker.h 77366d3fd3 初始化 hace 6 años
write-copy.h b2d7e90876 . hace 6 años
zio.h 77366d3fd3 初始化 hace 6 años
zlist.h b1e5544770 merge..lemons's project hace 6 años
zloop.h b2d7e90876 . hace 6 años
znet.cpp b2d7e90876 . hace 6 años
znet.h dc5de5e4e3 merge hace 6 años
zstream.h 77366d3fd3 初始化 hace 6 años

README.md

#The file encoding by utf8

export LANG==zh_CN.utf8

ya-serv

采集服务的 linux 版本

~/.bash_profile

Begin ~/.bash_profile

if [ -f "$HOME/.bashrc" ] ; then source $HOME/.bashrc fi

export LANG=zh_CN.utf8 export LD_LIBRARY_PATH=.

unset append set -o vi