yeti-switch / sems-yeti

YETI application for SEMS core

Home Page:https://yeti-switch.org/

Repository from Github https://github.comyeti-switch/sems-yetiRepository from Github https://github.comyeti-switch/sems-yeti

Build Status Made in Ukraine

Stand With Ukraine

sems-yeti

sems-yeti is a part of project Yeti

Installation via Package (Debian 11)

# apt install wget gnupg

# echo "deb [arch=amd64] http://apt.postgresql.org/pub/repos/apt bookworm-pgdg main" > /etc/apt/sources.list.d/pgdg.list
# wget -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/apt.postgresql.org.gpg

# echo "deb [arch=amd64] https://deb.yeti-switch.org/debian/1.13 bookworm main" > /etc/apt/sources.list.d/yeti.list
# wget http://deb.yeti-switch.org/yeti.gpg -O /etc/apt/trusted.gpg.d/deb.yeti-switch.org.asc

# apt update
# apt install sems-modules-yeti

check Documentation for additional versions/distributions info

Building from sources (Debian 11)

install prerequisites

# apt install git cmake build-essential devscripts

get sources

$ git clone git@github.com:yeti-switch/sems-yeti.git
$ cd sems-yeti

install build dependencies

# apt build-deps .

build package

$ dpkg-buildpackage -us -uc -b -j$(nproc)

About

YETI application for SEMS core

https://yeti-switch.org/


Languages

Language:C++ 96.4%Language:C 1.2%Language:Python 1.2%Language:CMake 0.6%Language:Shell 0.3%Language:Makefile 0.2%Language:Lua 0.1%Language:GDB 0.0%