I have my accelerometer hoodked up to the esp-12 board corrrectly via a FTDI cable and output to a CSV file. I need to do this wirelessly now, and I've seen this in examples using things like MQTT. For my application, I won't be connected to the Internet. Is there a way that I can stream the data from the esp to a computer locally using a router or something similar? I'm really just looking for resources to learn how to do this.
Thanks in advance for any help!