chilipeppr / serial-port-json-server

Serial Port JSON Server is a websocket server for your serial devices. It compiles to a binary for Windows, Mac, Linux, Raspberry Pi, or BeagleBone Black that lets you communicate with your serial port from a web application. This enables web apps to be written that can communicate with your local serial device such as an Arduino, CNC controller, or any device that communicates over the serial port.
http://chilipeppr.com
GNU General Public License v2.0
321 stars 101 forks source link

Can't run in OSX Catalina. #64

Closed pastprimitive closed 4 years ago

pastprimitive commented 4 years ago

Can't get the 1.96 or 1.86 Darwin version to run in OSX Catalina. Just says cannot run binary.

chilipeppr commented 4 years ago

Could you try checking out the source and building it? I don't have a Mac and have never found a way to run a virtual machine to build for Mac.

On Thu, Oct 10, 2019, 1:29 PM Andrew Jorgensen notifications@github.com wrote:

Can't get the 1.96 or 1.86 Darwin version to run in OSX Catalina. Just says cannot run binary.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/chilipeppr/serial-port-json-server/issues/64?email_source=notifications&email_token=AB4J23JUJSZEUQQQPM3RJT3QN6GDXA5CNFSM4I7RXP22YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HRBHILQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB4J23MFXM3YCIJFCRAQZITQN6GDXANCNFSM4I7RXP2Q .

pastprimitive commented 4 years ago

Apologies for the long delay. I was able to get around to looking into things more in depth. It was an issue with Catalina's heightened security protocols. In order to run it. I had to issue a 'chmod a+x /path/to/serial-port-json-server' command. Something I didn't have to do in Mojave. Then right-click "open" and confirm that I wanted to bypass Catalina's security warning for running an unrecognized program. Up and running beautifully. Thanks!

nickguycamera commented 4 years ago

Hi, I realise this thread is a bit out of date but I've been trying to get Chilipeppr working on my mac today, its looks like a great application. I got as far as finding V1.8 for mac and downloading it but realise this is for Sierra and I am on Mojave. You have obviously had success in running it on Mojave and I wondered if you could help me out please. There no longer seems to be a Mac option in the downloads for the latest version. Which version do I use? Any advice you can offer would be much appreciated. many thanks!