# Automatic syncing object models across multiple VOXL2s

Source: https://forum.modalai.com/topic/3405/automatic-syncing-object-models-across-multiple-voxl2s
Category: General Questions (https://forum.modalai.com/category/2/general-questions)
Posted: 2024-05-06 16:57:17 UTC by Denver Bennett
Replies: 3 · Views: 975

## Denver Bennett · 2024-05-06 16:57:17 UTC

Hello,

I'm trying to get an object-detection-model-guided drone. I am also trying to get it so that I can have an object detection model (like the MobileNet) on one VOXL2 and then be able to sync that same model onto other VOXL2s. I would like to have it so that the modifications I make to the model (weights, parameters, training data, etc), can automatically be pushed or synchronized across all the other VOXL2s I am using. 

How can I do this?

I typed voxl-{TAB}{TAB} in terminal, and it seems to me like `voxl-configure-docker-support`, `voxl-configure-mavlink-server`, `voxl-configure-tflife`, `voxl-inspect-mavlink`, `voxl--mavcam-manager`, `voxl-mavlink-server`, and `voxl-tflife-server` are the places to start, but I am not sure as I am new to this.

Where should I start?

Thank you!

## Reply by Moderator (ModalAI staff) · 2024-05-06 19:01:53 UTC

@Denver-Bennett look at https://docs.modalai.com/voxl-tflite-server

## Reply by Denver Bennett · 2024-05-06 19:23:36 UTC (in reply to Moderator)

@Moderator So is `voxl-tflite-server` what is used to communicate and transfer the model across different voxls?

## Reply by Moderator (ModalAI staff) · 2024-05-06 19:25:22 UTC (in reply to Denver Bennett)

@Denver-Bennett Hi Denver, no voxl-tflite-server is a TensorFlow Lite runtime environment for VOXL.

You will need to write your own code if you want to somehow mesh models together over a network. We aren't familiar with any software that handles that today
