Go to file
Sukchan Lee a441f464ba README update 2017-02-20 09:52:42 +09:00
lib update it 2017-02-19 17:27:02 +09:00
src name changes 2017-02-15 20:16:50 +09:00
test accept(accept/complete/reject/request) NAS message done 2017-02-17 00:49:09 +09:00
AUTHORS add build system using Core Library 2017-02-02 20:34:37 +09:00
COPYING add build system using Core Library 2017-02-02 20:34:37 +09:00
ChangeLog add build system using Core Library 2017-02-02 20:34:37 +09:00
INSTALL add build system using Core Library 2017-02-02 20:34:37 +09:00
LICENSE Initial commit 2017-02-01 19:48:49 +09:00
Makefile.am more directory re-arrange 2017-02-15 10:04:53 +09:00
NEWS add build system using Core Library 2017-02-02 20:34:37 +09:00
README README update 2017-02-20 09:52:42 +09:00
acinclude.m4 add compile flags check 2017-02-08 12:48:35 +09:00
configure.ac initial code for nas encoding/decoding 2017-02-15 15:28:38 +09:00
main.c intermediate 2017-02-13 16:03:12 +09:00
symtbl.h add build system using Core Library 2017-02-02 20:34:37 +09:00
symtbl.sh add build system using Core Library 2017-02-02 20:34:37 +09:00

README

* Prerequisite
    sudo apt-get install git cscope gdb
    sudo apt-get install autoconf libtool m4
    sudo apt-get install libsctp-dev
    sudo apt-get install freediameter-dev

* Build from Git
    test -f configure || autoreconf -iv
    CFLAGS='-g3' ./configure --prefix=$HOME/Documents/git/cellwire/install
    make -j `nproc`

* Testing
    make check

* Install
    make install
  
* Running
    ./cellwired

* Cleaning
    make clean
    make distclean
    make maintainer-clean


<MAC OS X>

* Install SCTP for Mac OS X 10.11(El Captian)

 - Reference : https://github.com/sctplab/SCTP_NKE_ElCapitan
 - Start up in OS X Recovery by holding down Command-R while the Mac is starting up
   Choose Terminal from the Utilities menu.
   Type 'csrutil disable' in Terminal and Reboot
 - Download SCTP_NKE_ElCapitan_Install_01.dmg
   xcode-select --install    
   sudo cp -R /Volumes/SCTP_NKE_ElCapitan_01/SCTPSupport.kext /Library/Extensions
   sudo cp -R /Volumes/SCTP_NKE_ElCapitan_01/SCTP.kext /Library/Extensions
   sudo cp /Volumes/SCTP_NKE_ElCapitan_01/socket.h /usr/include/sys/
   sudo cp /Volumes/SCTP_NKE_ElCapitan_01/sctp.h /usr/include/netinet/
   sudo cp /Volumes/SCTP_NKE_ElCapitan_01/sctp_uio.h /usr/include/netinet/
   sudo cp /Volumes/SCTP_NKE_ElCapitan_01/libsctp.dylib /usr/lib/
   sudo kextload /Library/Extensions/SCTP.kext