22:00:20 @uaa@social.tchncs.de
icon

I hope the day that non-Linux OS can talk with Linux through AX.25 packet radio protocol will come.

(hambsd? hambsd.org/)

21:58:40 @uaa@social.tchncs.de
icon

Long time,

I pushed some codes to GitHub.

1) github.com/jg1uaa/sliptun
OpenBSD-5.7 has removed sl(4) SLIP interface, this tool provides simple SLIP communication. no CSLIP support.

2) github.com/jg1uaa/kisstun
based on sliptun tool, this provide TCP/IP on AX.25/KISS through tun(4) interface. testing now, no documents (sorry!)

3) github.com/jg1uaa/tunsifmode
tun(4) work as point-to-point mode as default, this tool enables broadcast mode.

Web site image
GitHub - jg1uaa/sliptun: SLIP implementation with TUN device
Web site image
GitHub - jg1uaa/kisstun: KISS/AX.25 implementation with TUN interface, based on slipTUN
Web site image
GitHub - jg1uaa/tunsifmode: set IFF_BROADCAST or IFF_POINTOPOINT to tun(4) device for *BSD