-
Notifications
You must be signed in to change notification settings - Fork 44
Description
I've been digging around trying to fix some papercuts in the econet emulation using AUN, and have identified one issue where BeebEm sends empty packets which was crashing the Pi Econet Bridge (it now catches this issue and emits warnings). The cause of these empty packets is that the SendMe flag is not being checked before sending the assembled tx packet to the SendSocket, so a packet is being generated for Scouts etc.
I've also been experimenting with supporting econet broadcast packets when not using StrictAUNMode, i.e. with port based addressing which doesn't see the udp broadcast packets. Currently all my tweaks and experimentation are mixed together and intertwined with my proposed configuration file change in #148. I don't know if you would prefer separate pull requests for each feature opposed to "here's a huge load of changes to everything at once"