Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to sonic-platform-common repo; Tweak some wording #297

Merged
merged 1 commit into from
Dec 8, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 12 additions & 10 deletions sourcecode.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,39 @@

## Imaging and Building tools
- https://github.com/Azure/sonic-buildimage
- Source to build an ONIE installable image
- Source to build an installable SONiC image

## SAI, Switch State Service
- https://github.com/Azure/sonic-swss
- Switch State Service - Core component of SONiC which processes network switch data
- Switch State Service - Core component of SONiC which processes network switch data
- https://github.com/Azure/sonic-swss-common
- Switch State Service common library - Common library for Switch State Service
- https://github.com/opencomputeproject/SAI
- Switch Abstraction Interface standard headers
- https://github.com/Azure/sonic-sairedis
- c++ library for interfacing to SAI objects in Redis
- C++ library for interfacing to SAI objects in Redis
- https://github.com/Azure/sonic-dbsyncd
- python Redis common functions for LLDP
- Python Redis common functions for LLDP
- https://github.com/Azure/sonic-py-swsssdk
- python switch state service library
- Python switch state service library
- https://github.com/Azure/sonic-quagga
- Quagga
- Fork of Quagga Software Routing Suite for use with SONiC

## Monitoring and management tools
## Monitoring and management tools
- https://github.com/Azure/sonic-mgmt
- Management and automation code used for build, test and deployment automation
- https://github.com/Azure/sonic-utilities
- Various command line utilities used in SONiC
- https://github.com/Azure/sonic-snmpagent
- a net-snmpd agentx subagent
- A net-snmpd agentx subagent

## Switch hardware drivers
- https://github.com/Azure/sonic-linux-kernel
- kernel patches for various device drivers
- Kernel patches for various device drivers
- https://github.com/Azure/sonic-platform-common
- API for implementing platform-specific functionality in SONiC
- https://github.com/Azure/sonic-platform-daemons
- daemons for controlling platform specific functionality in SONiC
- Daemons for controlling platform-specific functionality in SONiC
- https://github.com/celestica-Inc/sonic-platform-modules-cel
- https://github.com/edge-core/sonic-platform-modules-accton
- https://github.com/Azure/sonic-platform-modules-s6000
Expand Down