Small SIP client for microcontrollers
Powered by STM32F105VCTx microcontroller Uses STM HAL
Uses g711 codec
mysipmessage.c parsing data received from the SIP server
mysiprequest.c creation of response data to the SIP server
sip_client.c implementation of the client's SIP work
mystr.c string library
Used libraries in programs: uIP Source: https://github.com/adamdunkels/uip enc28j60 driver stm32 https://github.com/xaionaro/stm32-enc28j6 Lightweight generic ring buffer manager library https://github.com/MaJerle/lwrb
----------------- RUS ------------------------
Небольшой SIP клиент для микроконтроллеров
Работает на микроконтроллере STM32F105VCTx Использует STM HAL
Использует кодек g711
mysipmessage.c разбор данных пришедших от СИП сервера
mysiprequest.c создание ответных данных СИП серверу
sip_client.c реализация работы СИП клиента
mystr.c библиотека работы со строками
Использованные библиотеки в программы: uIP Source: https://github.com/adamdunkels/uip enc28j60 driver stm32 https://github.com/xaionaro/stm32-enc28j6 Lightweight generic ring buffer manager library https://github.com/MaJerle/lwrb