lk29 / anyka_ak3918_kernel

Anyka IP camera linux kernel source code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anyka ak3918 Linux kernel

This repository its part of a research for customising Firmware IP cameras based on V380 Anyka SoC.

Firmware source code for cheap Chinese IP cameras based on Anyka SoC aren't available for public domain. Anyways an earlier project based on this SoC has all its needed to produce campatible kernel modules besides all video source code drivers.

Just copy some default kernel configuration from arch/arm/configs/aimer39_ak3918_XXX to your kernel .config and the kernel configuration will be readdy to add new features by kernel modules.

arch/arm/configs:
aimer39_ak3916_defconfig
aimer39_ak3916_dlna_defconfig
aimer39_ak3916_ram_defconfig
aimer39_ak3918_D1_defconfig
aimer39_ak3918_defconfig
aimer39_ak3918_dlna_defconfig
ak39_micro_defconfig
ak39_producer_defconfig
ak39_sdk3910_defconfig

Achievements:

tun.ko => Universal TUN/TAP device driver. TUN/TAP driver is responsible for create virtual network devices; most common VPNs connections goes through this device.

edge => P2P VPN client. edge its a virtual private network client, it gives the camera the capability to being visible outside the local network. For more information about this VPN client see: https://github.com/ntop/n2n

This is an image

About

Anyka IP camera linux kernel source code


Languages

Language:C 97.3%Language:Assembly 2.1%Language:Makefile 0.3%Language:Perl 0.1%Language:C++ 0.1%Language:Shell 0.0%Language:Yacc 0.0%Language:Python 0.0%Language:SmPL 0.0%Language:Roff 0.0%Language:Lex 0.0%Language:Scilab 0.0%Language:UnrealScript 0.0%Language:Awk 0.0%Language:GDB 0.0%Language:Classic ASP 0.0%Language:Raku 0.0%Language:M4 0.0%Language:sed 0.0%Language:XS 0.0%