If anyone would be willing to test and provide feedback, that'd be
great!
It's written in Go, and it's best to build from source (instructions
are in the repo), but there is also a /release folder with some
binaries for Linux and Rpi. I'll add Windows later today.
Is it possible for a 32bit version for windows? I use Windows 10/32
as it's easier to run the doors that way. :) Talisman setup is on
port
4323 over here (telnet) and 4322 for ssh. Even have the gopher part
going
on 7070, but I've only just started with that.
I added go-artvu-win-386.exe to the release folder. Would be great to
see
if that works! Just clone the repo and copy that file to the root, and launch with that... Fingers crossed!
I don't know how you implemented it, but if it just outputs to STDIO,
that wont work on windows without some sort of "doorway" program that
copys stdio to a socket.
If you are looking for a simple way to show ansi art, say as part of a logon sequence, I've written a small program to assist. It runs as a native door program when using Talisman (or for any BBS that can run a door, really).
Alpha wrote to apam <=-
Yeah, I know nothing about Windows systems. I just cross-compiled, so
if there's something special that needs to be done with os.Stdout, with sockets, well, it wasn't done :)
Yeah, I know nothing about Windows systems. I just cross-compiled, so
if there's something special that needs to be done with os.Stdout,
with sockets, well, it wasn't done :)
Do you have a library your using for go? Like to handle your ansi
routines? I don't think it would be too hard to add support for
writing
to a socket if you're interested.
if socket = -1 then
write to stdio
else
write to socket
endif
Yeah, I know nothing about Windows systems. I just cross-compiled, so if there's something special that needs to be done with os.Stdout,
with sockets, well, it wasn't done :)
:) I'm pretty sure there is a program you can use on windows to do it,
and I think it's called "Doorway". If not, I don't think such a thing would be all that hard to code.
Sysop: | Gary Ailes |
---|---|
Location: | Pittsburgh, PA |
Users: | 132 |
Nodes: | 5 (0 / 5) |
Uptime: | 196:23:38 |
Calls: | 733 |
Files: | 2,171 |
Messages: | 81,876 |