After some reading around, I think this isn't possible, but I'm not familiar enough with the platform to be sure.
TLDR: Can I directly connect one oak to another (one as an ap, the other as a client for example) to allow direct data transmission between the two. Any configuration is fine, but specifically without an "external" wifi network infrastructure.
My use case:
I was hoping to use the Oak's as a wifi-bridge between NMEA (serial) devices on a boat. NMEA data is simple serial strings and specifically I wanted to
* connect one Oak to my AIS receiver (via serial as a NMEA listener)
* connect one Oak to my chartplotter (via serial as a NMEA trasmitter)
* forward the serial AIS messages via wifi, creating a wireless bridge between the two devices.
* Not use any external network (since there wouldn't be one when sailing)
Basically, create a simple, no-infrastructure serial link between the two devices.
I know that I would have to figure out how to send data between the two devices myself (TCPServer/Client was my thinking) in the absence of the cloud environment but if "direct" connection was possible, that shouldn't be hard too send NMEA sentences over TCP (or even UDP, since a malformed message would likely just be ignored by the receiving device in any case, latency isn't much of an issue for this data, and any bad data would be replaced on the next message anyway.
I know that I could potentially use local cloud (in the case of having a permanant wifi network that was not internet connected), but that's more work for me than just abandoning this idea all together and running a cable. I know that running a cable is probably simpler in any case, but I wanted to try out a project using the Oaks, and this was the most immediate that came to mind (as I actually have a need for this).
My reading so far says this isn't possible, any advice much appreciated.
Cheers,
xan