Elektrine
EN
Log in Register
Paige Chat Timeline Communities Gallery Videos Email DNS VPN Uptime Kairo
Back to Timeline
Remote

btr 🇪🇺

@btr@social.cpp.org.pl
mastodon 4.5.0
  • Open on social.cpp.org.pl

Psuję, lutuję, programuję

74 Followers
170 Following
11 Posts
Joined August 29, 2024

Posts

Open post
btr
btr 🇪🇺 @btr@social.cpp.org.pl · Apr 23, 2026
btr 🇪🇺
@btr@social.cpp.org.pl

Psuję, lutuję, programuję

social.cpp.org.pl
Replying to @DosFox@tech.lgbt
@DosFox I guess https://www.maconlinux.net/ is a good candidate
1
0
0
0
Open post
btr
btr 🇪🇺 @btr@social.cpp.org.pl · Apr 13, 2026
btr 🇪🇺
@btr@social.cpp.org.pl

Psuję, lutuję, programuję

social.cpp.org.pl
Replying to @fergycool@mastodon.social
@fergycool@mastodon.social could be. When set to DEBUG, TashRouter logs the payload of each packet, effectively slowing everything down by an order of magnitude. Hope it helps!
1
0
0
0
Open post
btr
btr 🇪🇺 @btr@social.cpp.org.pl · Apr 07, 2026
btr 🇪🇺
@btr@social.cpp.org.pl

Psuję, lutuję, programuję

social.cpp.org.pl
Replying to @fergycool@mastodon.social
@fergycool@mastodon.social @warandpeas@mastodon.social @smallsco@oldbytes.space yup, if you're getting a timeout on the client side, it definitely sounds like a firewall/port forwarding issue. If you have your log level set at INFO or more verbose (I wouldn't recommend DEBUG though, it significantly slows things down and causes random issues), you should see something like "INFO:atalkvpn.server:Registered new node ...". This message shows if anything comes over UDP, so you can easily check if your server is reachable with netcat, e.g.: nc -zu your.atalkvpn.server.address 1029. Keep in mind that there's no client timeout mechanism implemented yet, so the client will stay registered until server restart. It shouldn't cause any issues though, it's just a tiny client object instance sitting quietly in server memory.
0
1
0
0
Open post
btr
btr 🇪🇺 @btr@social.cpp.org.pl · Apr 05, 2026
btr 🇪🇺
@btr@social.cpp.org.pl

Psuję, lutuję, programuję

social.cpp.org.pl
Replying to @smallsco@oldbytes.space
@smallsco@oldbytes.space most likely your server's address is not configured. See my reply here: https://social.cpp.org.pl/@btr/116352926049631320
2
1
0
0
Open post
btr
btr 🇪🇺 @btr@social.cpp.org.pl · Apr 05, 2026
btr 🇪🇺
@btr@social.cpp.org.pl

Psuję, lutuję, programuję

social.cpp.org.pl
Replying to @fergycool@mastodon.social
@fergycool@mastodon.social @warandpeas@mastodon.social that's what I forgot to mention: you need to modify the AppleTalk over IP extension with ResEdit, i.e. the STR resource, ID 131 needs to be set to your public IP / hostname. The extension also stores its prefs in System Folder:Preferences:mac68k.info but changing the STR value in there has no effect (looks like a bug). Username and password fields are completely ignored for now. I have a working password check implementation somewhere, but I haven't pushed it yet, pending some cleanup. Also, since it uses DES, it only gives a false sense of security (-; The other thing is the ValueError raised by Datagram.as_short_header_bytes(). I haven't yet figured out why it happens and for now I'm just changing line 118 in tashrouter/datagram.py. Instead of: raise ValueError('Invalid hop count ... ') I have: print('WARNING: invalid hop count ...') CC @smallsco@oldbytes.space
4
1
0
1
Open post
btr
btr 🇪🇺 @btr@social.cpp.org.pl · Apr 02, 2026
btr 🇪🇺
@btr@social.cpp.org.pl

Psuję, lutuję, programuję

social.cpp.org.pl
Replying to @pitz@mastodon.social
@pitz@mastodon.social correct! atalkvpn client is an Mac OS extension, but I guess you already got this.
1
1
0
0
Open post
btr
btr 🇪🇺 @btr@social.cpp.org.pl · Apr 02, 2026
btr 🇪🇺
@btr@social.cpp.org.pl

Psuję, lutuję, programuję

social.cpp.org.pl
Replying to @liilliil@mastodon.online
@liilliil@mastodon.online jakiś czas temu napisałem blogposta: https://www.cpp.org.pl/globaltalk-siec-uzytkownikow-zabytkowych-makow/ z linkami do tutoriali. Mam nadzieję, że będzie pomocny, ale jeśli będziesz mieć wątpliwości, śmiało dawaj znać. Poza tym, rozważam wystawienie eksperymentalnego serwera atalkvpn, ale póki co, to jest dalekie od czegoś, co mogę nazwać stabilnym oprogramowaniem.
1
0
0
0
Open post
btr
btr 🇪🇺 @btr@social.cpp.org.pl · Apr 02, 2026
btr 🇪🇺
@btr@social.cpp.org.pl

Psuję, lutuję, programuję

social.cpp.org.pl
Replying to @btr@social.cpp.org.pl
@pitz@mastodon.social In my current setup, I have jrouter, routing GlobalTalk networks to my ethernet, and TashRouter connecting ethernet with LToUDP and ATalkVPN. ATalkVPN is listening on my external IP, so that I can connect from anywhere. If anyone's interested, I can set up an experimental zone with a public ATalkVPN server for tests, though with a word of warning: this is alpha quality, some things aren't implemented and it will most likely freeze your Mac at some point.
1
1
0
0
Open post
btr
btr 🇪🇺 @btr@social.cpp.org.pl · Apr 02, 2026
btr 🇪🇺
@btr@social.cpp.org.pl

Psuję, lutuję, programuję

social.cpp.org.pl
Replying to @pitz@mastodon.social
@pitz@mastodon.social Technically, it's similar to LToUDP: it simply encapsulates LocalTalk frames within UDP datagrams (with some extra header data), but instead of having multiple nodes on a multicast group, we have a bunch of remote clients connecting to a single server. Initially, Dan and Paul tried to use atalkvpn as GlobalTalk base, but it was too limited. The original atalkvpn server converted LocalTalk frames to EtherTalk Phase 1, wrote them to a tap device, and was meant to be used with netatalk, which routed them to some physical ports. Since nowadays virtually nothing supports EtherTalk Phase 1 (AFAIK appletalk module for Linux never implemented it), I took a different approach and wrote a TashRouter port. This way we create a dedicated network for atalkvpn and route packets between this network and anything TashRouter supports: TashTalk, LToUDP or EtherTalk.
2
1
0
0
Open post
btr
btr 🇪🇺 @btr@social.cpp.org.pl · Mar 31, 2026
btr 🇪🇺
@btr@social.cpp.org.pl

Psuję, lutuję, programuję

social.cpp.org.pl

Something I wanted to finish for this #MARCHintosh: ATalkVPN server port for TashRouter.
So far I've managed to get a working PoC. The router crashes sometimes when trying to send broadcast packets, but apart from that it works surprisingly well. It allowed me to connect to #globaltalk in situations when AppleTalk wasn't directly available, e.g. when I was connecting over WiFi or under emulation. I wasn't able to play Bolo, but browsing shares, moving files and using some AppleTalk apps just work.
I've decided to publish it at the current state on GitHub: https://github.com/bartekre/PyATalkVPN (probably will move to Codeberg soon). It's messy and far from finished (at least not until I implement keepalive and timeout handling), but it would be a shame for it to sit forever in some random folder.

17
19
10
0
Open post
btr
btr 🇪🇺 @btr@social.cpp.org.pl · Mar 31, 2026
btr 🇪🇺
@btr@social.cpp.org.pl

Psuję, lutuję, programuję

social.cpp.org.pl
Replying to @billgoats@bitbang.social
@billgoats canvas!
2
0
0
0

Remote instance

social.cpp.org.pl
Open on original server

Media

313k7r1n3
Elektrine

Tor hidden service

elekhj7afj4qnrr4yd3bkzslsyo5jgfxw3orgjkhlcxifueodybyiiad.onion

Platform

  • Email
  • Chat
  • Timeline
  • Communities
  • VPN
  • DNS

Company

  • About
  • Contact
  • FAQ

Legal

  • Terms of Service
  • Privacy Policy
  • Warrant Canary
  • Lite (no JS)
  • VPN Policy
  • Source code

Support

  • support@elektrine.com
  • Report Security Issue
Mail client setup IMAP mail.elektrine.com:993 POP3 mail.elektrine.com:995 SMTP mail.elektrine.com:465
© 2026 Elektrine. All rights reserved. Server: 05:36:27 UTC