xtao / BaseJay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BaseJay: Docker Dev. Kit

BaseJay is part of The Open EdgeComputing Hardware Project. Create your own software with BaseJay Docker Development Kit on linux, Mac and windows, we recommend the visual studio code as the IDE.

Requirements

  • docker
  • standard *nix environment

Build instructions

git clone https://github.com/Jieqiio/BaseJay.git
cd basejay
cd .

to build helloworld

./scripts/deploy-hellworld.sh basejay

to build libmodbus

./scripts/deploy-libmodbus.sh basejay

to build all of basejay

./scripts/buildall.sh basejay

File structure

packages       # packages library
    helloworld      # example 
    libmodbus      # modbus library
    iperf          # iperf
    SOEM           # EtherCAT Master
    facnuc-control # fanuc control
    p-net          # p-net Profinet device stack
external       # external libraries
build          # build results
docker_scripts # scripts copied into docker image to run build task
scripts        # scripts to be run on host OS

Contact

About

License:GNU General Public License v3.0


Languages

Language:Shell 94.5%Language:Makefile 3.6%Language:C 1.9%