Displaying Can Messages Remotely

Just got my carloop up and running, how can I display the messages from my car parked outside to my desktop inside? I know I could use my laptop and just do serial.print but I want to work from inside since it is WiFi connected.

I tried using publish to do Particle.publish("Data ID: ", message.id); but that doesn’t work for some reason. What is the current best solution.

Hey @A_Storm , have you tried the TCP Server? GitHub - carloop/simple_logger: Serial and TCP CAN bus logger for Carloop