sjlongland / aioax25

Asynchronous AX.25 library using asyncio
GNU General Public License v2.0
21 stars 8 forks source link

Feature: Implement connected-mode operation #21

Closed sjlongland closed 4 months ago

sjlongland commented 4 months ago

Previously, aioax25 only supported UI frames, which was enough to participate on an APRS network, but not enough to be a full fledged AX.25 node.

This implements preliminary support for making and accepting AX.25 connections from a remote node.