News:

Server migration complete, Welcome to version 2.1.1

+-+-

+-User

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+-Site Stats

Members
Total Members: 15736
Latest: richardrons076
New This Month: 3
New This Week: 3
New Today: 1
Stats
Total Posts: 129006
Total Topics: 15889
Most Online Today: 123
Most Online Ever: 7634
(January 21, 2020, 02:14:03 AM)
Users Online
Members: 3
Guests: 125
Total: 128

FPP 2.0 outputs file format

Started by jchuchla, November 05, 2018, 01:22:24 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jchuchla

I'm starting to work on the Vixen to FPP output config changes to support the 2.0 outputs file format.  I know someone (Dan?) recently posted a sample snippet of the contents of this file.  I can't seem to find what thread that was on.  Can someone repost that sample.  I'm most interested in the output types that we have a direct analog for in Vixen.  Off the top of my head, that is sACN, Renard, DMX Open, DMX Pro. 

I know the new format is JSON based.  Does the FPP code actually use a JSON deserializer to parse the JSON, or is it manually read/written.  Does it expect the data in a particular order, or just properly formatted JSON in any order?


jchuchla

Thanks.  How about the second part of the question.  Do we have to conform to a specific order in the format?

dkulp

Quote from: jchuchla on November 05, 2018, 01:58:08 PM
Thanks.  How about the second part of the question.  Do we have to conform to a specific order in the format?


No.  However, we generally have different JSON files for different outputs.  The output universe stuff for e1.31 would ideally be in the co-universes.json file.   It doesn't really matter what order the universes are in, but that would reflect on how they are displayed on the Output universes page.


The others would likely be in the co-other.json file.   For exammple:


{
"channelOutputs": [
{
"enabled": 1,
"type": "SPI-nRF24L01",
"startChannel": 37,
"channelCount": 303,
"speed": 0,
"channel": 120
},
{
"enabled": 1,
"type": "DMX-Pro",
"startChannel": 1,
"channelCount": 512,
"device": "ttyS0"
},
{
"enabled": 1,
"type": "Renard",
"startChannel": 1,
"channelCount": 286,
"device": "ttyS0",
"renardspeed": 57600,
"renardparm": "8N1"
}
]
}

Order doesn't really matter, but again it would affect the order displayed on the "Other" page.
Daniel Kulp - https://kulplights.com

jchuchla

Thanks Dan. I'm glad you mentioned the multiple files. I thought I remembered someone saying that they were all being condensed to one file but that appears to not be the case. That makes things a bit more complex to write out, but still doable.
When I was asking about order, it was more about the order of the attributes in each object. Not so much the order of the objects.


Sent from my iPhone using Tapatalk

dkulp

Quote from: jchuchla on November 05, 2018, 02:59:43 PM
When I was asking about order, it was more about the order of the attributes in each object. Not so much the order of the objects.


That shouldn't matter at all.
Daniel Kulp - https://kulplights.com

jchuchla

Thanks


Sent from my iPhone using Tapatalk

Support FPP

+- Recent Topics

Raspberry PI 4 b fan by JonB256
June 07, 2023, 09:30:09 AM

Advatek Vortex 48 channel DC controller by k6ccc
June 06, 2023, 09:31:41 AM

RS485 CAN HAT for DMX by MikeKrebs
June 05, 2023, 09:18:04 PM

colorlight 5a-75b not working with raspberry pi4B fpp by Kensington Graves
June 05, 2023, 10:09:36 AM

Multi Channel Audio by dkulp
June 05, 2023, 09:30:24 AM

Wifi help by dkulp
June 04, 2023, 12:24:56 PM

MMAL error 2 "ENOSPC" by MikeKrebs
June 03, 2023, 09:34:36 PM

Dmx by MikeKrebs
June 03, 2023, 08:53:35 PM

F48V4-NS at 40 fps using all 48 pixel output ports? by MikeKrebs
June 02, 2023, 09:36:11 PM

EEEPROM Files by shanebou24
June 01, 2023, 01:27:06 PM

Powered by EzPortal
Powered by SMFPacks Menu Editor Mod