Send frame data and bounding box to server

Hi all,
I’m using jetson nano for object detection. After detecting the object, it will send the frame and its bounding box data to a server where the user can watch them.
How can I send my bonding box and frame data to a central server? how to link between these two items?