branc116 / Osciloscope

Small not so good oscilocope made in lua for Esp8266 12 with nodemcu framework on top of it and in c# for GUI
GNU General Public License v3.0
1 stars 0 forks source link

ESP webserver-websocket wifi -serial bridge #1

Open mkeyno opened 7 years ago

mkeyno commented 7 years ago

sorry to open ticket for my question but honestly I couldn't figure out which part of your code would be help me out, actually I intend to use my special webserver-websocket program(Arduino IDE) in the ESP module to made Wifi -serial bridge with simple C# application , may I have your advice which part of source code would be helpful for me? BR

branc116 commented 7 years ago

First off, hello, it's nice to see that other people are looking into your code :) Second, this project was really a one nighter and I was really young, to be honest I don't even remember half of the code... I didn't quite get it do you want to make server on esp, or do you just want to connect it to c# server? But this is what I got. You want to:

I wish you all the best. BR

mkeyno commented 7 years ago

thanks for quick reply , actually I made my ESP websocket-server side but I don't have enough skill in C# debugging , so I really appreciated if you direct me to handler function which is responsible to create client websockt to ESP , simple thought would be like button on form which is pass IP&port data to that handler