¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Evertz UXP Nucleus Platform Control


 

?I have a project coming up with some of the UXP Evertz AvoIp stuff and wanted to see if anyone has controlled it yet ??


 

Yes, you can control the Nucleus and the end points.. usiing different ports...3500 for nucleus and 5000 for endpoints. Ask evertz for the API documment. Their support is great.


 

I am doing another Evertz Nucleus project now. You will need to sign and return an NDA to get the protocol. Once you have that, commands aren't too hard.?

One caveat, the commands for routing will change depending on endpoint type.?

Fortunately,? there are some easy ways to know for sure. Once you get access to the Nucleus server, there is a feature that will build commands for you with the proper syntax ( once all endpoints are defined ). Also, the routing grid itself will help you see these differences.?

Be sure to set API name in each endpoint. This will make coding much?easier.?

Yes, support is good.?



On Sat, Nov 4, 2023, 2:45 PM Francisco Rincon <jrinconv@...> wrote:
Yes, you can control the Nucleus and the end points.. usiing different ports...3500 for nucleus and 5000 for endpoints. Ask evertz for the API documment. Their support is great.


 

Tray, would you mind showing me an example of a command? , I have all the data but the formatting doesnt seem to be working


 

From a SIMPL+ module:
MakeString(Tx$,"api/v1/POST/bsessions?src=%s:%s&dst=%s:%s&nowait=1\x0D\x0A",ID_For_Source[iIn],Video_Type_Source[iIn],ID_For_Dest[iLast],Video_Type_Dest[iLast]);

ID_For_Source and?ID_For_Dest are the serial numbers of the endpoints.

On Thu, Jan 18, 2024 at 11:59?AM <Chris.estes@...> wrote:
Tray, would you mind showing me an example of a command? , I have all the data but the formatting doesnt seem to be working