mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-13 05:48:05 +11:00
.. | ||
bridge.lua | ||
interminitel.lua | ||
README.md | ||
vtunnel-protocol.md | ||
vtunnel.lua |
vTunnel - TCP-based Linked Card Emulator
vTunnel can be used to add bridging over the internet to any existing OpenOS software that uses linked cards.
Despite originally being written for Minitel, vTunnel implements a fully-functional linked card emulator and a server that will run under most unix-likes (OpenBSD is currently somewhat flaky, Linux is recommended).
The protocol is documented here
Setup
Server
Requirements
- Some form of unix-like
- Lua 5.2 or 5.3
- Luasocket
Running the server
At present, all you need to do is run bridge.lua, for example:
lua53 bridge.lua [port] [timeout]
Client
OPPM
oppm install vtunnel
Manual
- Install vtunnel.lua to /usr/bin
- Install interminitel.lua to /usr/lib
Starting
vTunnel is invoked as follows:
vtunnel <server address> <server port> [poll timer] [keepalive timer]
This will create a virtual linked card component connected to server_address:server_port
Minitel configuration
- Disable minitel with rc -
rc minitel disable
- Add the following to your .shrc:
vtunnel <server address> <server port> [poll timer] [keepalive timer]
rc minitel start