XMODEM
xmodem is a file sender compatible with the hyperterminal (windows) implementation.
History
xmodem is a simple protocol used for transfering files using a serial line created in 1977 by Ward Christensen.
Since then, several little evolutions occured and made this one protocol become several.
Packet size, checksum len, checksum type, header byte and some other are not always what we expect them to be.
How to use it
Download binary from download section and rename it to xmodem or build it from sources.
usage: ./xmodem [-m -s ] -p -i options are: -s : 1200 1800 2400 4800 9600 19200 38400 57600 230400 115200. default is 115200 -m : [5-8] [N|E|O] [1-2] ex: 7E2. default is 8N1 -p -i
## Why this project ##
This project is here because some people had trouble sending files th
SHOW FULL COLUMNS FROM `jrk_downrecords` [ RunTime:0.001005s ]
SELECT `a`.`aid`,`a`.`title`,`a`.`create_time`,`m`.`username` FROM `jrk_downrecords` `a` INNER JOIN `jrk_member` `m` ON `a`.`uid`=`m`.`id` WHERE `a`.`status` = 1 GROUP BY `a`.`aid` ORDER BY `a`.`create_time` DESC LIMIT 10 [ RunTime:0.074440s ]
SHOW FULL COLUMNS FROM `jrk_tagrecords` [ RunTime:0.001131s ]
SELECT * FROM `jrk_tagrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 20 [ RunTime:0.001335s ]
SHOW FULL COLUMNS FROM `jrk_member` [ RunTime:0.001039s ]
SELECT `id`,`username`,`userhead`,`usertime` FROM `jrk_member` WHERE `status` = 1 ORDER BY `usertime` DESC LIMIT 10 [ RunTime:0.003289s ]
SHOW FULL COLUMNS FROM `jrk_searchrecords` [ RunTime:0.000969s ]
SELECT * FROM `jrk_searchrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 5 [ RunTime:0.004240s ]
SELECT aid,title,count(aid) as c FROM `jrk_downrecords` GROUP BY `aid` ORDER BY `c` DESC LIMIT 10 [ RunTime:0.016598s ]
SHOW FULL COLUMNS FROM `jrk_articles` [ RunTime:0.001082s ]
UPDATE `jrk_articles` SET `hits` = 2 WHERE `id` = 281949 [ RunTime:0.025907s ]