KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums kdb+ example kdb+ udp multicast protobuf

  • leades

    Member
    January 11, 2022 at 12:00 am

    Hello,

    There is no native support for UDP sockets in q, so you need to create a socket in C and then bind that to q. Once you have a socket, you can then serialize the data using .protobufkdb.serializeArray, with the data, to get a byte buffer. That byte buffer can then be sent on the UDP socket either as uni or multicast.

    Many Thanks

    Luke

Log in to reply.