Esp8266 + MQTT + MAC snifer

Please help i need to be able to send the output to the mqtt server.
Thanks for help!!!

kiselevfire:
ESP8266 Sniffer - Hackster.io

Please help i need to be able to send the output to the mqtt server.
Thanks for help!!!

What have you tried? Do you have a specific question? Do you have a MQTT server?

So many questions so little information.

I fave tried to search the function and structures libraries but dont realy understand how the output to the serial works. I think the output is in the functions.h but im not sure. The output (example: 90:0a:1a:f5:1d:55 -75 08) this goes into serial port. My question is how can i make the example go to my mqtt. Thanks!

The ESP has wife, MQTT is a TCP orientated protocol.

https://www.esp8266.com/viewtopic.php?t=8746

I already searched google :o ! I know how to use mqtt but the problem is i cant find the output and how do i make it a variable. Thanks!

kiselevfire:
I already searched google :o ! I know how to use mqtt but the problem is i cant find the output and how do i make it a variable. Thanks!

Ok this is what happens when you do not explain or present code. You get answers that do not help you.

I do not understand what "I cant find the output" is referring to.

Did you do at least the first part and get the device connected to your network?

Everything works but i want to modify the code so i could send the MAC aadreses to the mqtt server instead of the serial monitor.

kiselevfire:
Everything works but i want to modify the code so i could send the MAC aadreses to the mqtt server instead of the serial monitor.

You claim to know how to use MQTT. If this is true, where you are sending data to the serial, replace it with code that sends to MQTT.

If you do not know how to use MQTT, than this is a different topic, and I suggest that you get that working before you attempt to do more.

I dont realy unerstand where is the code that sends the data to the serial, thats why i reached out.

kiselevfire:
I dont realy unerstand where is the code that sends the data to the serial, thats why i reached out.

Ok so now things are a bit clear. I assume you downloaded the zip file from the link you provided. If you examine functions.h you will see where the developer is outputting to serial.