https://github.com/haliphax/aperture
32-bit DoorWay clone
https://github.com/haliphax/aperture
bbs terminal win32
Last synced: about 2 months ago
JSON representation
32-bit DoorWay clone
- Host: GitHub
- URL: https://github.com/haliphax/aperture
- Owner: haliphax
- License: mit
- Created: 2017-02-18T02:57:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-28T18:48:03.000Z (over 7 years ago)
- Last Synced: 2025-03-29T18:41:27.272Z (3 months ago)
- Topics: bbs, terminal, win32
- Language: C#
- Homepage:
- Size: 85 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Aperture
Aperture is a 32-bit application that redirects the standard input and output
of console applications to a connected socket handle in the spirit of the old
PC Micro "DoorWay" program. This can be used to turn an ordinary console
application into a BBS door.## Usage
aperture.exe -H -N --
Node is unnecessary. You can use `-N1` as a default.
## Credits
Aperture makes use of the [R&M Software RMLib library](https://github.com/rickparrish/RMLib)
by [Rick Parrish](https://github.com/rickparrish).