I am trying to setup a P2P network with two PN532 v3 chips. They are connected to respective Raspberry Pi 4Bs via I2C. I just need to be able to detect, send and receive data between them.
Most libraries either don't support I2C or P2P. Some have P2P with an android but that is not what I'm looking for.
Does anyone have any documentation/ libraries that might be useful to achieve this?