1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Pi Stack Switch

Posted at

Install

  1. Set prerequisites

    $ sudo rpi-update

    $ sudo apt-get update

  2. Install Java JDK & Git

    $ sudo add-apt-repository ppa:webupd8team/java

    $ sudo apt-get install oracle-java7-jdk

    $ sudo apt-get install git-core

  3. Install default package for CCNx

    $ sudo apt-get install libssl-dev expat libexpat1-dev libcrypto++9 libcrypto++-doc libssl1.0.0 libssl1.0.0-dbg ant libpcap-dev libxml2-dev python-software-properties

  4. Download the CCNx source code

    $ wget www.ccnx.org/releases/ccnx-0.8.2.tar.gz

    $ tar -zxvf ccnx-0.8.2.tar.gz

  5. Build the CCNx source code

    $ cd ccnx-0.8.2/

    $ sudo ./configure

    $ sudo make

    $ sudo make install

  6. Clone icPhone App from GitHub

    $ git clone https://github.com/MobileConvergenceLab/icPhone-phoneapp.git

  7. Run CCNTalk or CCNVoice application by JAR file

    $ cd icPhone-phoneapp

    $ java -jar CCNTalk.jar or $ java -jar CCNVoice.jar

  

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?