I have two Pi-4s, each with a unique static eth0 address; I use this connection for admin support.. They're running Buster.
I want the two Pi's to communicate to each other via Wifi and UDP. No router will be present. They must have known addresses so that #1 can broadcast to #2 using UDP; so, static IP on the Wifi side also.
All the ad-hoc examples seem to ignore existing networks - and attempting to set it up breaks the existing eth0 static IP setup in DHCP.
I could set one of the Pi's up as an access point, but I don't need bridging or routing.. I just want them to 'see' each other over the Wifi. The access point examples I find tend to include the other things, including dhcp ranges, bridging, etc that I don't need.
Can anyone suggest a simple means of getting the two Pi's communicating so that #1 can broadcast to #2 via WiFi, and continue to allow me access via ssh through the ethernet interface?
Thank you,
Mark