数据采集服务

zzj 3179448d2a 添加visit/accept,write-copy机制 il y a 6 ans
.gitignore c9ffb81d0d 修改了一个bug,添加了crc校验算法文件 il y a 6 ans
COPYING 77366d3fd3 初始化 il y a 6 ans
INSTALL 77366d3fd3 初始化 il y a 6 ans
Makefile.am 5338fcede3 简单调整 il y a 6 ans
README.md cf36edfa89 README.md 添加中文说明 il y a 6 ans
aclocal.m4 77366d3fd3 初始化 il y a 6 ans
ant.cpp ffb6df3e8f 分解loc_tool接口到单独的文件组 il y a 6 ans
ant.h ffb6df3e8f 分解loc_tool接口到单独的文件组 il y a 6 ans
async.cpp 77366d3fd3 初始化 il y a 6 ans
base64.cpp 77366d3fd3 初始化 il y a 6 ans
base64.h 77366d3fd3 初始化 il y a 6 ans
c2.cpp ffb6df3e8f 分解loc_tool接口到单独的文件组 il y a 6 ans
card.cpp ffb6df3e8f 分解loc_tool接口到单独的文件组 il y a 6 ans
card.h f8b7372550 loc_tool中添加基础消息接收接口 il y a 6 ans
card_timer.xx 77366d3fd3 初始化 il y a 6 ans
client.cpp 77366d3fd3 初始化 il y a 6 ans
clock.h b20d3dab24 clock.h test il y a 6 ans
configure 77366d3fd3 初始化 il y a 6 ans
configure.ac 77366d3fd3 初始化 il y a 6 ans
crc.cpp c9ffb81d0d 修改了一个bug,添加了crc校验算法文件 il y a 6 ans
crc.h c9ffb81d0d 修改了一个bug,添加了crc校验算法文件 il y a 6 ans
depcomp 77366d3fd3 初始化 il y a 6 ans
install-sh 77366d3fd3 初始化 il y a 6 ans
io_buf.h 77366d3fd3 初始化 il y a 6 ans
line.h 5338fcede3 简单调整 il y a 6 ans
loc_tool.cpp c9ffb81d0d 修改了一个bug,添加了crc校验算法文件 il y a 6 ans
loc_tool.h ffb6df3e8f 分解loc_tool接口到单独的文件组 il y a 6 ans
log.ini 77366d3fd3 初始化 il y a 6 ans
main.cpp c9ffb81d0d 修改了一个bug,添加了crc校验算法文件 il y a 6 ans
message.cpp 77366d3fd3 初始化 il y a 6 ans
message.h 77366d3fd3 初始化 il y a 6 ans
message_file.cpp 77366d3fd3 初始化 il y a 6 ans
message_file.h 77366d3fd3 初始化 il y a 6 ans
missing 77366d3fd3 初始化 il y a 6 ans
net-service.cpp 5338fcede3 简单调整 il y a 6 ans
net-service.h 77366d3fd3 初始化 il y a 6 ans
point.cpp 77366d3fd3 初始化 il y a 6 ans
point.h 5338fcede3 简单调整 il y a 6 ans
tdoa_sync.cpp 77366d3fd3 初始化 il y a 6 ans
tdoa_sync.h 77366d3fd3 初始化 il y a 6 ans
test.cpp 77366d3fd3 初始化 il y a 6 ans
visit.cpp 3179448d2a 添加visit/accept,write-copy机制 il y a 6 ans
visit.h 3179448d2a 添加visit/accept,write-copy机制 il y a 6 ans
web-client.cpp 77366d3fd3 初始化 il y a 6 ans
web-client.h 77366d3fd3 初始化 il y a 6 ans
webc.i 77366d3fd3 初始化 il y a 6 ans
worker.cpp f8b7372550 loc_tool中添加基础消息接收接口 il y a 6 ans
worker.h 77366d3fd3 初始化 il y a 6 ans
write-copy.h 3179448d2a 添加visit/accept,write-copy机制 il y a 6 ans
zio.h 77366d3fd3 初始化 il y a 6 ans
zloop.h 77366d3fd3 初始化 il y a 6 ans
znet.cpp 77366d3fd3 初始化 il y a 6 ans
znet.h 77366d3fd3 初始化 il y a 6 ans
zstream.h 77366d3fd3 初始化 il y a 6 ans

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