Note-C for Raspberry Pi

Hello,

I have two questions. First one is that weather note-c is supported for Raspberry pi? Or can it be supported with some code modification? (I got some errors trying to build on raspberry pi)

I want to use binary data(image) to be sent using notecard API. What is the option for Raspberry pi?

Hi @ujur007,

The current note-c library is not supported on Linux platforms, but that’s not to say it couldn’t be done! It’s on the team’s backlog to create a Linux port, but in the meantime it may be a good exercise to review the note-c docs and create a port yourself (e.g. using AI tooling!).

Rob

Ok. So for sending images (note-binary), note-c is the option for now. Right?

I will have a look, how may I create a port for raspberry Pi.

Hi @ujur007,

No, you can use any of the SDKs (including note-python) to send binary files! See our guide here for more details: Sending and Receiving Large Binary Objects

Rob

1 Like

Ok. Thanks Rob,

At the moment I need to use any API that can send the image data. Later on I can work on porting note-c