Sending CAN Frames over TCP/IP

Is there a way to send CAN frames to RealDash over TCP/IP? I’d like to run a local process on Android that sends data to RealDash.

Would it be possible to use the multicast feature for this? I haven’t seen any documentation on the protocol RealDash uses for multicast.

Use RealDash CAN protocol on your send-end, and Configure RealDash CAN connection with TCP/IP on RealDash.

That works, thanks!