[TriEmbed] Anybody using this with C?

Carl Nobile carl.nobile at gmail.com
Sat Nov 20 17:00:21 CST 2021


So this is a JSON object which is all text. It can also encapsulate blobs
bit it probably encodes the blob with BASE64 encoding. It can potentially
be a lot of data. Remember all the JSON formatting is in the data structure
also.
I've dealt with a lot of different data structures and after you've seen a
few they are pretty much all the same idea.
I see no problem with using it as long as you can get all the data you want
encapsulating.
There may be timing issues trying to send it over a wire protocol, so I'd
lookout for these types of issues.
You could use the Python version and try it out on an RPi to see if it will
work.
~Carl

On Sat, Nov 20, 2021 at 5:51 PM Pete Soper <pete at soper.us> wrote:

> Yes. Or I2S, UART/USART, CAN, RS485, etc. Or in other cases the
> serialization mechanism allows you to "freeze dry" an object and stash it
> some place and then pull it out and reconstitute it.
>
> I was mainly curious if anybody's been using this already.
>
> -Pete
> On 11/20/21 17:45, Carl Nobile wrote:
>
> Do you mean like I2C or SPI?
> ~Carl
>
> On Sat, Nov 20, 2021 at 5:43 PM Pete Soper <pete at soper.us> wrote:
>
>> Putting objects onto a wire or getting them off a wire.
>>
>> -Pete
>> On 11/20/21 17:20, Carl Nobile wrote:
>>
>> So I look over the Python version of this code. It seems to just be a way
>> to store any type of data in a JSON object. It's kinda neat, but you need
>> to write a lot of code around this library. It doesn't just work by itself.
>> Since it supports a lot of different languages I'm betting they all are the
>> same in this respect.
>>
>> Pete, what is your projected use for this library?
>>
>> ~Carl
>>
>> On Fri, Nov 19, 2021 at 10:30 PM Peter Soper via TriEmbed <
>> triembed at triembed.org> wrote:
>>
>>> This looks pretty good. Anybody have experience with it on a small C (or
>>> C++ w extern C) platform?
>>> Pete
>>>
>>> https://amzn.github.io/ion-docs/
>>> _______________________________________________
>>> Triangle, NC Embedded Computing mailing list
>>>
>>> To post message: TriEmbed at triembed.org
>>> List info:
>>> http://mail.triembed.org/mailman/listinfo/triembed_triembed.org
>>> TriEmbed web site: http://TriEmbed.org
>>> To unsubscribe, click link and send a blank message: mailto:
>>> unsubscribe-TriEmbed at bitser.net?subject=unsubscribe
>>>
>>>
>>
>> --
>> --------------------------------------------------------------
>> Carl J. Nobile (Software Engineer/API Design)
>> carl.nobile at gmail.com
>> --------------------------------------------------------------
>>
>>
>
> --
> --------------------------------------------------------------
> Carl J. Nobile (Software Engineer/API Design)
> carl.nobile at gmail.com
> --------------------------------------------------------------
>
>

-- 
--------------------------------------------------------------
Carl J. Nobile (Software Engineer/API Design)
carl.nobile at gmail.com
--------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.triembed.org/pipermail/triembed_triembed.org/attachments/20211120/0b16201e/attachment.htm>


More information about the TriEmbed mailing list