File Structure

  /User Directory/contec/ccan
    ccan_uninstall.sh ................ Shell script for uninstall
    Makefile ......................... Make file for install
    readme_jp.txt .................... README Japanese version
    readme_us.txt .................... README English version
    /config
        Makefile ..................... Make file for compiling and installing
        config ....................... Setup program (configuration): It is generated by "make install" command.
        ccan.ko ...................... Driver for the starting version: It is generated by "make install" command.
        contec_can_start.sh .......... Driver start script: It is created by saving the configuration with config.
        contec_can_stop.sh ........... Driver stop script: It is created by saving the configuration with config.
        contec_can.conf .............. Setup file: It is created by saving the configuration with config. It is copied to /proc as the start script.
        /xxxx ........................ Directory that is named with current kernel version: It is generated by "make" command.
            cgetres.ko ............... config PCI, PCI Express resource acquisition driver (corresponding to the current kernel version): It is generated by "make" command.
        /i386
            config ................... [x86] 32 bit setup program
        /amd64
            config ................... [x86] 64 bit setup program
        /arm32
            config ................... [arm] 32 bit setup program
        /arm64
            config ................... [arm] 64 bit setup program
        cgetres.c .................... PCI, PCI Express resource acquisition module source for config
        cgetres.h .................... PCI, PCI Express resource acquisition module header for config
        EULA_JP.txt .................. License Agreement Japanese version
        EULA_EN.txt .................. License Agreement English version
    /help/
        /en .......................... Web Help English version
        /jp .......................... Web Help Japanese version
        EULA_JP.txt .................. License Agreement Japanese version
        EULA_EN.txt .................. License Agreement English version
    /library
        Makefile ..................... Make file for installing
        ccan_ctrl.h .................. Common header of library and module
        EULA_JP.txt .................. License Agreement Japanese version
        EULA_EN.txt .................. License Agreement English version
        /i386
            libccan.so.1.0 ........... [x86] 32 bit Shared library
        /amd64
            libccan.so.1.0 ........... [x86] 64 bit Shared library
        /arm32
            libccan.so.1.0 ........... [arm] 32 bit Shared library
        /arm64
            libccan.so.1.0 ........... [arm] 64 bit Shared library
    /module
        Makefile ..................... Make file for compiling and installing
        xxxxx.c ...................... Source of module
        xxxxx.h ...................... Header of module
        EULA_JP.txt .................. License Agreement Japanese version
        EULA_EN.txt .................. License Agreement English version
    /samples/
        /en .......................... English version
            inc/ ..................... Header file directory
            gcc/ ..................... gcc version
                console/ ............. Console sample directory
            python/ .................. python version
                console/ ............. Console sample directory
        /jp .......................... Japanese version
            inc/ ..................... Header file directory
            gcc/ ..................... gcc version
                console/ ............. Console sample directory
            python/ .................. python version
                console/ ............. Console sample directory
        EULA_JP.txt .................. License Agreement Japanese version
        EULA_EN.txt .................. License Agreement English version