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 <[email protected]> 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 <[email protected]> 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 < >> [email protected]> 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: [email protected] >>> 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: >>> [email protected]?subject=unsubscribe >>> >>> >> >> -- >> -------------------------------------------------------------- >> Carl J. Nobile (Software Engineer/API Design) >> [email protected] >> -------------------------------------------------------------- >> >> > > -- > -------------------------------------------------------------- > Carl J. Nobile (Software Engineer/API Design) > [email protected] > -------------------------------------------------------------- > > -- -------------------------------------------------------------- Carl J. Nobile (Software Engineer/API Design) [email protected] --------------------------------------------------------------
_______________________________________________ Triangle, NC Embedded Computing mailing list To post message: [email protected] 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:[email protected]?subject=unsubscribe
