Skip to content

jeromefavrou/RS_EOS_Astro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RS_EOS_Astro

server for remote control APN
compatible with https://github.com/jeromefavrou/Intervallometre

Installation

you can use directly release version for linux vesion

and finished whith
-> chmod +x ./RS_EOS_Astro

and run the programme
-> ./RS_EOS_Astro

the essentials files will be created in the first run

also you can compile source code on your linux version
the INSTALL file can be edit

-> git clone https://github.com/jeromefavrou/RS_EOS_Astro.git

-> cd RS_EOS_Astro

-> chmod +x ./INSTALL

-> ./INSTALL
choose the gphoto2 install mode and wait a moment
for finish go to /home/user/RS_EOS_Astro

-> cd ~/RS_EOS_Astro

and run the programme
-> ./RS_EOS_Astro

Configuration

2 essentials files are used by RS_EOS_Astro (will be created in the first run RS_EOS_Astro but warning relative directory)

.mnt_configure

  • configure the methode for mount device
  • configure the path of mount

.server_configure

  • Configure the port of server

for most information go on the wiki : https://github.com/jeromefavrou/RS_EOS_Astro/wiki

WARNING

don't run INSTALL on sudo
don't run RS_EOS_Astro on sudo
RS_EOS_Astro use relative directory so "./RS_EOS_Astro/RS_EOS_Astro" will be different result than "cd RS_EOS_Astro" "./RS_EOS_Astro "
this second option is recommended