oshdlc-master

所属分类:VHDL/FPGA/Verilog
开发工具:C/C++
文件大小:39KB
下载次数:9
上传日期:2013-08-28 15:23:32
上 传 者cwbgps
说明:  OSHDLC软件实现高级数据链路控制(HDLC)
(OSHDLC is the software implementation of High Level Data Link Control (HDLC) standard)

文件列表:
include (0, 2013-08-22)
include\dque.h (418, 2013-08-22)
include\hdlcbuf.h (1378, 2013-08-22)
include\hdlclib.h (1698, 2013-08-22)
include\hdlcr_table.h (38036, 2013-08-22)
include\hdlcrec.h (3803, 2013-08-22)
include\hdlct_table.h (16225, 2013-08-22)
include\hdlctrans.h (4621, 2013-08-22)
include\lib_crc.h (799, 2013-08-22)
include\types.h (2985, 2013-08-22)
include\version.h (1919, 2013-08-22)
maker (0, 2013-08-22)
maker\hdlcrmaker.c (11900, 2013-08-22)
maker\hdlcrmaker.h (5123, 2013-08-22)
maker\hdlctmaker.c (7742, 2013-08-22)
maker\hdlctmaker.h (4410, 2013-08-22)
maker\main.c (2068, 2013-08-22)
maker\maker.cbp (1539, 2013-08-22)
maker\maker.depend (1401, 2013-08-22)
maker\maker.layout (1068, 2013-08-22)
source (0, 2013-08-22)
source\dque.c (3421, 2013-08-22)
source\hdlcbuf.c (2720, 2013-08-22)
source\hdlclib.c (7707, 2013-08-22)
source\hdlcrec.c (8573, 2013-08-22)
source\hdlctrans.c (3393, 2013-08-22)
source\lib_crc.c (6943, 2013-08-22)
tester (0, 2013-08-22)
tester\main.c (4420, 2013-08-22)
tester\oshdlc-tester.cbp (1676, 2013-08-22)
tester\oshdlc-tester.depend (3808, 2013-08-22)
tester\oshdlc-tester.layout (1465, 2013-08-22)

OSHDLC ====== OSHDLC is the software implementation of High Level Data Link Control (HDLC) standard. It is a fully optimized C-code and It utilizes a state table based, efficient algorithm. This code may be used on lots of platforms easily as desired. This toolkit basically implements HDLC zero-bit insersion and deletion algorithm for packet creation and extraction. How To Build ============ Use CodeBlocks IDE (http://www.codeblocks.org/) with MINGW compiler to build and test the toolkit. If you desire to modify and rebuild the state tables use the project file under the folder "maker" which will generate both transmitter and receiver state tables in files "hdlct_table.h" and "hdlcr_table.h". Copy these files into folder "include" in order to test and utilize OSHDLC toolkit. In order to test OSHDLC transceiver toolkit, use the project under the folder so called "tester". When it comes to utilize OSHDLC transceiver in your real-time system use the codes under folders "source" and "include". GOOD LUCK!

近期下载者

相关文件


收藏者