ofxPiMapper icon indicating copy to clipboard operation
ofxPiMapper copied to clipboard

Remote Client

Open balejandrovb opened this issue 5 years ago • 7 comments

Hi thanks 4 this documentation I Can´t achieve to open in web browser the interface ... i dont know what im missing to set . i had clone all the things what this forum said .... please help mee im from mexico sorry 4 my English Thanks

balejandrovb avatar Aug 31 '20 18:08 balejandrovb

Its not meant to be to work within the browser. You need to compile a remote client or grab the pre-compiled library here: https://github.com/magdesign/ofxPiMapper_PVJexh/releases/tag/v0.1

Please consider to make a donation: https://www.patreon.com/kriwkrow https://ofxpimapper.com/

magdesign avatar Sep 01 '20 10:09 magdesign

then the only thing i need to do is execute that .exe?

balejandrovb avatar Sep 01 '20 13:09 balejandrovb

define the ip in config.json

give yourself some time, use google, read the readme files: https://github.com/kr15h/ofxPiMapper/tree/master/example_remote-client https://github.com/kr15h/ofxPiMapper/tree/master/example_remote-server

then write a documentation howto in this issue for the others.

magdesign avatar Sep 01 '20 13:09 magdesign

thanks for the info. but i read all the files. i´ve define the ip in config. json , i cant execute correctly the app

balejandrovb avatar Sep 01 '20 13:09 balejandrovb

I have no idea on windowsOS, maybe the firewall is blocking it...

magdesign avatar Sep 02 '20 16:09 magdesign

How can I run the ./example_remote-client from the terminal?

danrouch11 avatar Sep 03 '20 16:09 danrouch11

I noticed on windows, I get errors if the sources are not there, so make sure you have bin/data/sources/images and bin/data/sources/videos directories with the same content as your server. This is what worked for me. Alternatively, you could try building the linux version in a virtual environment if you want to make changes (i could never get the windows version to work in visual studio and am not familiar with MSYS2)

BjarneJensen avatar Mar 03 '21 13:03 BjarneJensen