Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
Fr3deric 3e0b570c85 add README.md 3 anni fa
README.md add README.md 3 anni fa
apparatinterface.py removed obsolete test file, cosmetics 7 anni fa
configreader.py removed obsolete test file, cosmetics 7 anni fa
fetap.ini.example Added blacklist feature 8 anni fa
fetapd.py added some ascii art 7 anni fa
linphone.conf added configuration file support 9 anni fa
linphone.conf.example Added example linphone.conf 9 anni fa
phoneinterface.py removed obsolete test file, cosmetics 7 anni fa
shortcuts.csv.sample added configuration file support 9 anni fa
statemachine.py removed obsolete test file, cosmetics 7 anni fa

README.md

fetapi - FeTAp with a Raspberry Pi


                                        ,ooFeTApFeTApFeTA%=+-,.
                                ,+FeTAp+'                      `o,,
                         ,oFeTAp+                                  `,
                     ,ooo'                 ,oFeTApFeTAp             o
                   oo              +FeTAp+'            `oo,          H
                  o              o'                      X o         l
              ,@=@+             o          ,,-+*==+-.,    R o      .;
           ,@=@+  o            o'        ,/   22  11  ``,   E`ooooo'
          @@*   @@ oo         o'        /  33 , ` ` ,    ;   T
          @:n   T:@ oo       o         ; 44 ,         .   \  L
          uM:m  A:K   oFeTAp'          ;55 ,           :   ;  A
          E:Rn  N:t      F,            | ` :           ;   |   H
         SC:h    K:o      e,           ` 66 `         , dHHH   C
        A:Ll      L:s      r,           `  77  `. , . 0  `q/    S
      ER:a        P:U       n,            \   88  99  00 ,'      L
     R:Be          i:M       s              `<,,______,-`    sZ, E
    i:T             E:r       p,                             `sZ B
    S:K              l:T       r,                                A
     o:N             H:a        e,                               G
      t:a           s:c          c,                         ,x+x+'
        k:T:@:U:M:R:n;             h,             ,p+e+r+a+t/
          `@:n:M:E:'

Installation

Installing linphone-cli on Raspbian

  1. Install debootstrap

    apt install debootstrap
    
  2. Create a Debian/sid chroot environment

    cd /var/tmp
    mkdir debian-sid
    
    debootstrap --arch=armel --foreign --variant=minbase sid ./debian-sid http://ftp.de.debian.org/debian
    
    chroot debian-sid/ /debootstrap/debootstrap --second-stage
    
  3. Install linphone-cli inside the chroot environment

    chroot debian-sid/ apt -y install linphone-cli