# Calico **Repository Path**: jackyAtUstc/Calico ## Basic Information - **Project Name**: Calico - **Description**: Calico 是纯三层的 SDN 实现,它基于 BPG 协议和 Linux 自己的路由转发机制,不依赖特殊硬件,没有使用 NAT 或 Tunnel 等技术 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/calico - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-05-27 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [](https://semaphoreci.com/calico/calicoctl) [](https://circleci.com/gh/projectcalico/calicoctl/tree/master) [](https://slack.projectcalico.org) [](https://kiwiirc.com/client/irc.freenode.net/#calico) # calicoctl This repository is the home of `calicoctl`.
Note that the documentation in this repo is targeted at Calico contributors.For information on `calicoctl` usage, see the [calicoctl reference information](http://docs.projectcalico.org/master/reference/calicoctl/) ### Install Binary downloads of `calicoctl` can be found on the [Releases page]. Unpack the `calicoctl` binary and add it to your PATH and you are good to go! If you want to use a package manager: - [Homebrew] users can use `brew install calicoctl`. [Releases page]: https://github.com/projectcalico/calicoctl/releases [Homebrew]: https://brew.sh/ ### Developing Print useful actions with `make help`. ### Building `calicoctl` For simplicity, `calicoctl` can be built in a Docker container, eliminating the need for any dependencies in your host developer environment, using the following command: ``` make build ``` The binary will be put in `./dist/` and named `calicoctl-Documentation for Calico users is here:
https://docs.projectcalico.org