All Projects → spk121 → libzmodem

spk121 / libzmodem

Licence: GPL-2.0 license
a library to send and recieve files wth the zmodem protocol

Programming Languages

c
50402 projects - #5 most used programming language
shell
77523 projects
Makefile
30231 projects
M4
1887 projects

Labels

Projects that are alternatives of or similar to libzmodem

sbbs
Mirror of gitlab.synchro.net/sbbs (don't submit pull requests here)
Stars: ✭ 25 (-16.67%)
Mutual labels:  bbs, zmodem
synchronet-web-v4
A web interface for Synchronet BBS
Stars: ✭ 20 (-33.33%)
Mutual labels:  bbs
Zendea
A free, open-source, self-hosted forum software written in Go 官方QQ群:656868
Stars: ✭ 116 (+286.67%)
Mutual labels:  bbs
Java China
🍡 此项目已废弃,请移步至 https://github.com/junicorn/roo
Stars: ✭ 232 (+673.33%)
Mutual labels:  bbs
Starfire
🌟 一个分布式的内容分享讨论社区,星星之火可以燎原。
Stars: ✭ 130 (+333.33%)
Mutual labels:  bbs
2049bbs
自由人的精神角落,一个无需手机号和邮箱即可发言的论坛。
Stars: ✭ 41 (+36.67%)
Mutual labels:  bbs
Xiunobbs
Xiuno BBS 4.0 是一款轻论坛程序。 本版修复了php7.4、php8.0兼容问题;采用utf8mb4,支持emoji;,jQuery更新到 3.5.1;bootstrap更新到4.5.0。移除部分插件,更新默认主题。
Stars: ✭ 94 (+213.33%)
Mutual labels:  bbs
UESTC BBS
电子科技大学官方论坛“清水河畔”第三方Android客户端
Stars: ✭ 41 (+36.67%)
Mutual labels:  bbs
zmodemjs
zmodem.js - ZMODEM in JavaScript
Stars: ✭ 112 (+273.33%)
Mutual labels:  zmodem
Bbs Ssm
南生论坛基于SSM框架,自适应手机端和电脑端,界面简洁美观,功能完善。演示地址:http://www.nanshengbbs.top
Stars: ✭ 221 (+636.67%)
Mutual labels:  bbs
Notadd
A microservice development architecture based on nest.js. —— 基于 Nest.js 的微服务开发架构。
Stars: ✭ 2,556 (+8420%)
Mutual labels:  bbs
Bbs
极简论坛
Stars: ✭ 138 (+360%)
Mutual labels:  bbs
mushcode
A collection of softcode for PennMUSH and RhostMUSH meant to facilitate free-form roleplaying themepark games.
Stars: ✭ 18 (-40%)
Mutual labels:  bbs
Wwiv
WWIV BBS Software v5
Stars: ✭ 125 (+316.67%)
Mutual labels:  bbs
ehuacui-bbs
ehuacui-bbs
Stars: ✭ 42 (+40%)
Mutual labels:  bbs
Zsmth Android
zSMTH - 水木社区BBS的开源Android客户端
Stars: ✭ 95 (+216.67%)
Mutual labels:  bbs
Symphony
🎶 一款用 Java 实现的现代化社区(论坛/BBS/社交网络/博客)平台。
Stars: ✭ 13,080 (+43500%)
Mutual labels:  bbs
Roo
😋 美观大气的论坛社区
Stars: ✭ 238 (+693.33%)
Mutual labels:  bbs
vmoex-framework
一个开源的二次元向的社区程序。
Stars: ✭ 233 (+676.67%)
Mutual labels:  bbs
ckwin
C-Kermit for Windows - scriptable internet and serial communications with terminal emulation
Stars: ✭ 35 (+16.67%)
Mutual labels:  zmodem
================================================================

			      LIBZMODEM
	     A library that sends and receives via ZModem

Hi.  Mike Gran here.  This project is a library that I can link to a
program that will send and receive files from stdout/stdin using the
ZModem protocol.

This project is BETA.  It compiles to a library that can be
used to provide ZModem transfer.  The functionality is solid, and
it has the features I desire for it, but, the code is poorly organized.

The build system creates a library named libzmodem.a

The calling API for the library is described in the src/zmodem.h
header file.

Two sample applications are make using the library: mrz is a ZModem
receiver, and msz is a ZModem sender.

It derives from the lrzsz project, which is code for executables that
send and receive files via XModem, YModem, or ZModem.  Specifically,
this is Mike Gran's fork of jnavila's fork of Uwe Ohse's fork of Chuck
Forsberg's rzsz.

The home for libzmodem's code is https://github.com/spk121/libzmodem

If, for some reason, you want to contact Mike, try
<[email protected]>.

================================================================

				 TODO

2018/02/19

Dozens of vestigal options need to be eliminated.

There needs to be a better strategy to communicate failures.  All
failures should be error codes, not log information.

It needs to be threadsafe.

================================================================

			       HISTORY

jnavila's fork fixed up some problems with Hyperterm.

It lives at https://github.com/jnavila/lrzsz

---------------------------------------

uwe's original README begins below.  Beyond here, the "me" is uwe.

----------------------------------------

lrzsz is a X/Y/ZModem package built from the public-domain version of
Chuck Forsberg´s rzsz package. This package contains NO code from
later releases of rzsz which would preclude it from being released
under the GPL.  It has been heavily modified by me and others.

Please note that credit should be given to Chuck Forsberg (rzsz) and
Stephen Satchell/Satchell Evaluations (crc routines) for this
package. Any later modifications were minor and merely introduced to
increase performance, reliability or compatability.

There is a mailing list for lrzsz: <[email protected]>.  To
subscribe send a mail to <[email protected]>.

I prefer to get bug reports sent using the `lrzszbug' shell script
which you can find in the `src' subdirectory (this script is not
installed together with the programs because i don't expect many bug
reports). Nethertheless you can still send bug reports to
<[email protected]> as normal electronic mails. Bugs received at
this address may be forwarded to the mailing list.

Please read:
- INSTALL for installation instructions
- NEWS for a list of major changes between the releases
- ChangeLog for the list of minor changes.
- AUTHORS and THANKS to see whom to thank for this package.
- README.cvs for informations about CVS access to the lrzsz sources.
- README.tests for information about how to do a self test
- README.systems for a list of systems lrzsz has been compiled
  and passed a simple self test under.

  [Note from Mike Gran: I pulled out lots of code, so README.systems
  is invalid.]


In case you want to report a successful build:
	make success

  [Note from Mike Gran: I (mike) removed the 'make success' target,
  because I don't think it works anymore.]

or
	make fastcheck && \
	sh systype | mail [email protected]
"sh systype" alone shows what data this script sends.

  [Note from Mike Gran: I (mike) removed the systype script,
  which could be approimated by calling 'uname -a'.]


Uwe Ohse
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].