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
323 stars 101 forks source link

mac build? #11

Open iceboundflame opened 8 years ago

iceboundflame commented 8 years ago

Is there a Mac pre-built binary available? The documentation says so but I don't see it on the releases page.

chilipeppr commented 8 years ago

Google plus page has it On May 19, 2016 5:50 PM, "iceboundflame" notifications@github.com wrote:

Is there a Mac pre-built binary available? The documentation says so but I don't see it on the releases page.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/chilipeppr/serial-port-json-server/issues/11

Fl0p commented 7 years ago

http://chilipeppr.com/downloads/v1.86/serial-port-json-server-1.86_darwin_amd64.zip

01ivr3 commented 6 years ago

Anyone know where there's no macOS build for v1.95? ref: https://github.com/chilipeppr/serial-port-json-server/releases

chilipeppr commented 6 years ago

Yes, because Apple makes it impossible to let Go cross-compile from Linux where I run the build script and I have no Apple machine to compile on. If you could compile it and send me the binary, I'd be more than happy to post it to the Github releases page.

On Tue, Mar 20, 2018 at 10:27 PM, Oliver Sumpton notifications@github.com wrote:

Anyone know where there's no macOS build for v1.95? ref: https://github.com/chilipeppr/serial-port-json-server/releases

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/chilipeppr/serial-port-json-server/issues/11#issuecomment-374837110, or mute the thread https://github.com/notifications/unsubscribe-auth/AHidbaHmDTwPnGhJPumXOlGTtvLlKJvjks5tgeTRgaJpZM4IizMT .

m-a-mohsen commented 4 years ago

I have an access to apple machine. just let me know what I should do. Thanks in advance.

chilipeppr commented 4 years ago

That would be great. Maybe just email as an attachment to jlauer12@gmail.com or post on drop box or another github repo?

On Thu, Apr 16, 2020 at 1:16 PM Mahmoud Abdel Mohsen < notifications@github.com> wrote:

I have an access to apple machine. just let me know what I should do. Thanks in advance.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/chilipeppr/serial-port-json-server/issues/11#issuecomment-614871997, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB4J23JOWU6YTJDU7B5ZH2LRM5RQXANCNFSM4CELGMJQ .

m-a-mohsen commented 4 years ago

Please find below repo for mac version. Working like charm on Catalina, followed your readme file. Please updated repo location (step6) and and add a a step 6.5 if you don't have crypto ssh type "go get -u golang.org/x/crypto/..." .

https://github.com/houda84/Serial_Port_JSON_Server_Mac

chilipeppr commented 4 years ago

Did you try the Darwin build in the 1.96 release? I actually forgot that Go does allow Mac cross-compiling now. https://github.com/chilipeppr/serial-port-json-server/releases

image

m-a-mohsen commented 4 years ago

It is executable but not functional. I get only [Last login: Sat Apr 18 21:23:48 on ttys000 ].

On Sat, 18 Apr 2020 at 20:01, John Lauer notifications@github.com wrote:

Did you try the Darwin build in the 1.96 release? I actually forgot that Go does allow Mac cross-compiling now. https://github.com/chilipeppr/serial-port-json-server/releases

[image: image] https://user-images.githubusercontent.com/7904621/79645385-d98f1600-8163-11ea-8ece-b9d7c697fdb1.png

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/chilipeppr/serial-port-json-server/issues/11#issuecomment-615914197, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMQAEMAF7D5JHHAAVOOTYI3RNHTGFANCNFSM4CELGMJQ .

jaclubjly commented 3 years ago

Hi, When I download "serial-port-json-server-1.96_darwin_amd64.zip", I get a TexEdit document, not a Unix Executable. (Mac OS 10.15.7 Catalina) Capture d’écran 2020-12-06 à 21 07 12 I don't know what to do, thanks for your help.

chilipeppr commented 3 years ago

Do a chmod 777 to give it permissions to be to an executable file.

On Sun, Dec 6, 2020 at 12:13 PM jaclubjly notifications@github.com wrote:

Hi, When I download "serial-port-json-server-1.96_darwin_amd64.zip", I get a TexEdit document, not a Unix Executable. (Mac OS 10.15.7 Catalina) [image: Capture d’écran 2020-12-06 à 21 07 12] https://user-images.githubusercontent.com/75329459/101291241-9e7f4700-3807-11eb-8dbe-4a61aa326862.png I don't know what to do, thanks for your help.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/chilipeppr/serial-port-json-server/issues/11#issuecomment-739556800, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB4J23LY3MQCHPPSRZ6DGY3STPQXNANCNFSM4CELGMJQ .

jaclubjly commented 3 years ago

Thank you for your quick response ! I can connect to 2 ports tty.usbmodem146201 and cu.usbmodem146201. Both seam to work fine, is one better than the other ?