惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
WordPress大学
WordPress大学
阮一峰的网络日志
阮一峰的网络日志
V
Visual Studio Blog
雷峰网
雷峰网
博客园_首页
The Cloudflare Blog
Hugging Face - Blog
Hugging Face - Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
爱范儿
爱范儿
小众软件
小众软件
D
Docker
P
Proofpoint News Feed
B
Blog
Vercel News
Vercel News
B
Blog RSS Feed
U
Unit 42
月光博客
月光博客
The GitHub Blog
The GitHub Blog
Apple Machine Learning Research
Apple Machine Learning Research
Y
Y Combinator Blog
I
InfoQ
Recent Announcements
Recent Announcements

LWN.net comments

blocking algif_aead side effects? tcmalloc's weird hack [LWN.net] Fixed? [LWN.net] mpd [LWN.net] RIP [LWN.net] My two cents... [LWN.net] pipx [LWN.net] Tragedy [LWN.net] A young man destined for glory [LWN.net] And 'less' won't let you search [LWN.net] A great loss [LWN.net] Sad and shocking news [LWN.net] Easy migration from Clementine [LWN.net] Sad coincidence [LWN.net] GNOME is actually usable thanks to Seth et al [LWN.net] Sad news :( [LWN.net] armhf supports preempt_rt [LWN.net] MusicBrainz accurracy [LWN.net] On open source maintainership [LWN.net] Let's stop here [LWN.net] Not a new thing [LWN.net] uv is indeed great pgmoneta Some comments on this on a Postgres blog feed [LWN.net] uv [LWN.net] going to Debian [LWN.net] Upgrading 64-bit-capable systems to 64-bit kernels? [LWN.net] Free Software foundations Maintainers can wait for code review but not for publish review? A reasonably extreme point of view [LWN.net]
Userspace AX.25 [LWN.net]
drahosj · 2026-04-30 · via LWN.net comments

I used the kernel AX.25 stack on and off so I'm sad to see it go. I'm in the minority, I guess, because I don't use anything AGWPE and instead exclusively use UDP over IP with vanilla sockets. IP-over-packet just feels more fun than APRS.

I spent the last 24 hours hacking together a simple KISS<-->TUN adapter that connects Direwolf's KISS-over-TCP server to a TUN
interface. It seems to be working as a drop-in replacement. It did require implementing ARP in userspace (IPv4 only right now). But moving the ARP implementation to a dedicated AX.25 implementation means it can (eventually) be tuned to be more suitable for packet radio use (the kernel ARP resolver by default is a bit too aggressive for 1200 baud).

While it's still sad to lose it, it doesn't seem like it's irreplaceable. It's still possible to pipe packets between Direwolf and the kernel IP stack.