repo_full_name stringlengths 6 93 | repo_url stringlengths 25 112 | repo_api_url stringclasses 28
values | owner stringclasses 28
values | repo_name stringclasses 28
values | description stringclasses 28
values | stars int64 617 98.8k | forks int64 31 355 ⌀ | watchers int64 990 999 ⌀ | license stringclasses 2
values | default_branch stringclasses 2
values | repo_created_at timestamp[s]date 2012-07-24 23:12:50 2025-06-16 08:07:28 ⌀ | repo_updated_at timestamp[s]date 2026-02-23 15:23:15 2026-05-03 18:52:12 ⌀ | repo_topics listlengths 0 13 ⌀ | repo_languages unknown | is_fork bool 1
class | open_issues int64 3 104 ⌀ | file_path stringlengths 3 208 | file_name stringclasses 509
values | file_extension stringclasses 1
value | file_size_bytes int64 101 84k ⌀ | file_url stringclasses 627
values | file_raw_url stringclasses 627
values | file_sha stringclasses 624
values | language stringclasses 8
values | parsed_at stringdate 2026-05-04 01:12:36 2026-05-04 19:41:55 | text stringlengths 100 102k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
espressif/esp-at | https://github.com/espressif/esp-at | null | null | null | null | 1,209 | null | null | apache-2.0 | null | null | null | null | null | null | null | components/at/src/at_uart_cmd.c | null | null | null | null | null | null | C | 2026-05-04T19:15:22.713480 | /*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <stdio.h>
#include <string.h>
#include <stdbool.h>
#include "sdkconfig.h"
#ifdef CONFIG_AT_UART_COMMAND_SUPPORT
#include "driver/uart.h"
#include "hal/uart_types.h"
#include "freertos/FreeRTOS.... |
espressif/esp-at | https://github.com/espressif/esp-at | null | null | null | null | 1,209 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/at_fs_to_http_server/include/at_custom_cmd.h | null | null | null | null | null | null | C | 2026-05-04T19:15:22.908626 | /*
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#include "esp_at_core.h"
#include "esp_at.h"
/**
* @brief You can include more header files here for your own AT commands.
*/
|
espressif/esp-at | https://github.com/espressif/esp-at | null | null | null | null | 1,209 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/at_http_get_to_fs/custom/at_custom_cmd.c | null | null | null | null | null | null | C | 2026-05-04T19:15:22.910232 | /*
* SPDX-FileCopyrightText: 2024-2026 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <stdio.h>
#include <string.h>
#include <stdbool.h>
#include "sdkconfig.h"
#include "freertos/FreeRTOS.h"
#include "freertos/semphr.h"
#include "esp_timer.h"
#include "esp_http_client.h"
#in... |
espressif/esp-at | https://github.com/espressif/esp-at | null | null | null | null | 1,209 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/at_fs_to_http_server/custom/at_custom_cmd.c | null | null | null | null | null | null | C | 2026-05-04T19:15:22.953842 | /*
* SPDX-FileCopyrightText: 2025-2026 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <stdio.h>
#include <string.h>
#include <stdbool.h>
#include <sys/stat.h>
#include "sdkconfig.h"
#include "freertos/FreeRTOS.h"
#include "freertos/semphr.h"
#include "esp_http_client.h"
#inc... |
espressif/esp-at | https://github.com/espressif/esp-at | null | null | null | null | 1,209 | null | null | apache-2.0 | null | null | null | null | null | null | null | components/at/src/at_web_server_cmd.c | null | null | null | null | null | null | C | 2026-05-04T19:15:23.258035 | /*
* SPDX-FileCopyrightText: 2024-2026 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <stdbool.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <sys/param.h>
#include <time.h>
#include <sys/... |
espressif/esp-at | https://github.com/espressif/esp-at | null | null | null | null | 1,209 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/at_http_get_to_fs/include/at_custom_cmd.h | null | null | null | null | null | null | C | 2026-05-04T19:15:23.375180 | /*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#include "esp_at_core.h"
#include "esp_at.h"
/**
* @brief You can include more header files here for your own AT commands.
*/
|
espressif/esp-at | https://github.com/espressif/esp-at | null | null | null | null | 1,209 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/at_interface_security/custom/at_custom_cmd.c | null | null | null | null | null | null | C | 2026-05-04T19:15:23.392736 | /*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "sdkconfig.h"
#include <stdio.h>
#include <string.h>
#include <stdbool.h>
#include "esp_at.h"
#include "mbedtls/aes.h"
#include "esp_log.h"
#include "esp_at_interface.h"
#ifdef CONFIG_AT_INTF_S... |
espressif/esp-at | https://github.com/espressif/esp-at | null | null | null | null | 1,209 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/at_interface_security/include/at_custom_cmd.h | null | null | null | null | null | null | C | 2026-05-04T19:15:23.408705 | /*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#include "esp_at_core.h"
#include "esp_at.h"
/**
* @brief You can include more header files here for your own AT commands.
*/
|
espressif/esp-at | https://github.com/espressif/esp-at | null | null | null | null | 1,209 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/at_sdio_host/ESP32/components/platform/esp32/include/platform_os.h | null | null | null | null | null | null | C | 2026-05-04T19:15:23.555727 | /*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
/**
* Delay some times
*
* @param uint32_t - set the timer to delay in this number of milliseconds
* @return
* - SUCCESS on success
* ... |
espressif/esp-at | https://github.com/espressif/esp-at | null | null | null | null | 1,209 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/at_sdio_host/ESP32/components/platform/esp32/include/sdio_driver_port.h | null | null | null | null | null | null | C | 2026-05-04T19:15:23.635415 | /*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#include "sdio_host_error.h"
/**
* Probe and initialize SDIO slave using given host
*
* @return
* - SUCCESS on success
* - FAILURE on... |
espressif/esp-at | https://github.com/espressif/esp-at | null | null | null | null | 1,209 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/at_sdio_host/ESP32/components/platform/esp32/platform_os.c | null | null | null | null | null | null | C | 2026-05-04T19:15:23.904769 | /*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
void platform_os_delay(uint32_t milliseconds)
{
vTaskDelay(milliseconds);
}
|
espressif/esp-at | https://github.com/espressif/esp-at | null | null | null | null | 1,209 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/at_custom_cmd/custom/at_custom_cmd.c | null | null | null | null | null | null | C | 2026-05-04T19:15:23.941993 | /*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <stdio.h>
#include <string.h>
#include <stdbool.h>
#include "esp_at.h"
static uint8_t at_test_cmd_test(uint8_t *cmd_name)
{
uint8_t buffer[64] = {0};
snprintf((char *)buffer, 64, "test ... |
espressif/esp-at | https://github.com/espressif/esp-at | null | null | null | null | 1,209 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/at_sdio_host/ESP32/components/platform/esp32/sdio_driver_port.c | null | null | null | null | null | null | C | 2026-05-04T19:15:23.948007 | /*
* SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "driver/sdmmc_host.h"
#include "driver/sdmmc_defs.h"
#include "sdmmc_... |
espressif/esp-at | https://github.com/espressif/esp-at | null | null | null | null | 1,209 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/at_sdio_host/ESP32/components/sdio_host/include/sdio_host_error.h | null | null | null | null | null | null | C | 2026-05-04T19:15:24.101546 | /*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
/*! \public
* @brief SDIO host Error enum
*
* Values less than -1 are specific error codes
* Value of -1 is a generic failure response
* Value o... |
espressif/esp-at | https://github.com/espressif/esp-at | null | null | null | null | 1,209 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/at_sdio_host/ESP32/components/sdio_host/include/sdio_host_log.h | null | null | null | null | null | null | C | 2026-05-04T19:15:24.127476 | /*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
extern int sdio_debugLevel;
#define SDIO_LOGE(x, ...) {if(sdio_debugLevel >= 0) {printf("E %s: ",x); printf(__VA_ARGS__); printf("\n");}}
#define SD... |
espressif/esp-at | https://github.com/espressif/esp-at | null | null | null | null | 1,209 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/at_sdio_host/ESP32/components/sdio_host/include/sdio_host_reg.h | null | null | null | null | null | null | C | 2026-05-04T19:15:24.193788 | /*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#include "sdio_config.h"
#define SD_IO_CCCR_FN_ENABLE 0x02
#define SD_IO_CCCR_FN_READY 0x03
#define SD_IO_CCCR_INT_ENABLE 0x04
#define SD_IO_CCCR_BUS_WIDTH 0x07... |
espressif/esp-at | https://github.com/espressif/esp-at | null | null | null | null | 1,209 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/at_sdio_host/ESP32/components/sdio_host/include/sdio_host_transport.h | null | null | null | null | null | null | C | 2026-05-04T19:15:24.428734 | /*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#include "sdio_host_error.h"
#define HOST_SLC0_RX_NEW_PACKET_INT_ST (BIT(23))
#define HOST_SLC0_TOHOST_BIT0_INT_ST (BIT(0))
/**
* Init SDIO host... |
espressif/esp-at | https://github.com/espressif/esp-at | null | null | null | null | 1,209 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/at_sdio_host/ESP32/main/app_main.c | null | null | null | null | null | null | C | 2026-05-04T19:15:24.583545 | /*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "esp_system.h"
#include "nvs_flash.h"
#include "sdio_host_log.h"
#include ... |
espressif/esp-at | https://github.com/espressif/esp-at | null | null | null | null | 1,209 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/at_sdio_host/STM32/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h | null | null | null | null | null | null | C | 2026-05-04T19:15:24.651404 | /**
******************************************************************************
* @file stm32f1xx.h
* @author MCD Application Team
* @brief CMSIS STM32F1xx Device Peripheral Access Layer Header File.
*
* The file is the unique include file that the application programmer
* ... |
espressif/esp-at | https://github.com/espressif/esp-at | null | null | null | null | 1,209 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/at_sdio_host/ESP32/components/sdio_host/sdio_host_transport.c | null | null | null | null | null | null | C | 2026-05-04T19:15:24.701533 | /*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include "esp32/rom/ets_sys.h"
#include "platform_os.h"
#include "sdio_host_reg.h"
#include "sdio_host_log.h"
#include "sdio_driver_port.h"
#in... |
espressif/esp-at | https://github.com/espressif/esp-at | null | null | null | null | 1,209 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/at_sdio_host/STM32/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h | null | null | null | null | null | null | C | 2026-05-04T19:15:25.139376 | /**
******************************************************************************
* @file system_stm32f10x.h
* @author MCD Application Team
* @brief CMSIS Cortex-M3 Device Peripheral Access Layer System Header File.
******************************************************************************
... |
espressif/esp-at | https://github.com/espressif/esp-at | null | null | null | null | 1,209 | null | null | apache-2.0 | null | null | null | null | null | null | null | components/at/src/at_web_dns_server.c | null | null | null | null | null | null | C | 2026-05-04T19:15:27.776473 | /*
* SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <esp_log.h>
#include <esp_system.h>
#include <sys/param.h>
#include "esp_netif.h"
#include "freertos/FreeRTOS.h"
#include "freertos/event_groups.h"
#include "lwip/err.h"
#include "lwip/soc... |
espressif/esp-at | https://github.com/espressif/esp-at | null | null | null | null | 1,209 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/at_custom_cmd/include/at_custom_cmd.h | null | null | null | null | null | null | C | 2026-05-04T19:15:28.014547 | /*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#include "esp_at_core.h"
#include "esp_at.h"
/**
* @brief You can include more header files here for your own AT commands.
*/
|
espressif/esp-at | https://github.com/espressif/esp-at | null | null | null | null | 1,209 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/at_sdio_host/ESP32/components/sdio_host/include/sdio_config.h | null | null | null | null | null | null | C | 2026-05-04T19:15:29.338648 | /*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#include "sdkconfig.h"
#define TARGET_ESP32 1
|
spotify/sparkey | https://github.com/spotify/sparkey | null | null | null | null | 1,205 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/MurmurHash3.c | null | null | null | null | null | null | C | 2026-05-04T19:15:31.896481 | //-----------------------------------------------------------------------------
// MurmurHash3 was written by Austin Appleby, and is placed in the public
// domain. The author hereby disclaims copyright to this source code.
// Note - The x86 and x64 versions do _not_ produce the same results, as the
// algorithms are ... |
spotify/sparkey | https://github.com/spotify/sparkey | null | null | null | null | 1,205 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/compress.c | null | null | null | null | null | null | C | 2026-05-04T19:15:31.904259 | /*
* Copyright (c) 2012-2020 Spotify AB
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... |
spotify/sparkey | https://github.com/spotify/sparkey | null | null | null | null | 1,205 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/buf.c | null | null | null | null | null | null | C | 2026-05-04T19:15:31.905444 | /*
* Copyright (c) 2012-2013 Spotify AB
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... |
spotify/sparkey | https://github.com/spotify/sparkey | null | null | null | null | 1,205 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/bench.c | null | null | null | null | null | null | C | 2026-05-04T19:15:31.916592 | /*
* Copyright (c) 2013 Spotify AB
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing... |
spotify/sparkey | https://github.com/spotify/sparkey | null | null | null | null | 1,205 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/endiantools.c | null | null | null | null | null | null | C | 2026-05-04T19:15:31.917814 | /*
* Copyright (c) 2012-2013 Spotify AB
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... |
spotify/sparkey | https://github.com/spotify/sparkey | null | null | null | null | 1,205 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/hashalgorithms.h | null | null | null | null | null | null | C | 2026-05-04T19:15:31.924821 | /*
* Copyright (c) 2012-2013 Spotify AB
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... |
spotify/sparkey | https://github.com/spotify/sparkey | null | null | null | null | 1,205 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/buf.h | null | null | null | null | null | null | C | 2026-05-04T19:15:31.932546 | /*
* Copyright (c) 2012-2013 Spotify AB
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... |
spotify/sparkey | https://github.com/spotify/sparkey | null | null | null | null | 1,205 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/hashalgorithms.c | null | null | null | null | null | null | C | 2026-05-04T19:15:31.947444 | /*
* Copyright (c) 2012-2013 Spotify AB
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... |
spotify/sparkey | https://github.com/spotify/sparkey | null | null | null | null | 1,205 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/MurmurHash3.h | null | null | null | null | null | null | C | 2026-05-04T19:15:31.961797 | //-----------------------------------------------------------------------------
// MurmurHash3 was written by Austin Appleby, and is placed in the public
// domain. The author hereby disclaims copyright to this source code.
#ifndef _MURMURHASH3_H_
#define _MURMURHASH3_H_
//--------------------------------------------... |
spotify/sparkey | https://github.com/spotify/sparkey | null | null | null | null | 1,205 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/endiantools.h | null | null | null | null | null | null | C | 2026-05-04T19:15:32.013697 | /*
* Copyright (c) 2012-2013 Spotify AB
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... |
spotify/sparkey | https://github.com/spotify/sparkey | null | null | null | null | 1,205 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/hashheader.c | null | null | null | null | null | null | C | 2026-05-04T19:15:32.498464 | /*
* Copyright (c) 2012-2013 Spotify AB
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... |
spotify/sparkey | https://github.com/spotify/sparkey | null | null | null | null | 1,205 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/hashiter.c | null | null | null | null | null | null | C | 2026-05-04T19:15:32.515257 | /*
* Copyright (c) 2012-2013 Spotify AB
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... |
spotify/sparkey | https://github.com/spotify/sparkey | null | null | null | null | 1,205 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/hashheader.h | null | null | null | null | null | null | C | 2026-05-04T19:15:32.515778 | /*
* Copyright (c) 2012-2013 Spotify AB
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... |
spotify/sparkey | https://github.com/spotify/sparkey | null | null | null | null | 1,205 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/hashiter.h | null | null | null | null | null | null | C | 2026-05-04T19:15:32.578076 | /*
* Copyright (c) 2012-2013 Spotify AB
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... |
spotify/sparkey | https://github.com/spotify/sparkey | null | null | null | null | 1,205 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/logheader.h | null | null | null | null | null | null | C | 2026-05-04T19:15:32.591497 | /*
* Copyright (c) 2012-2013 Spotify AB
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... |
spotify/sparkey | https://github.com/spotify/sparkey | null | null | null | null | 1,205 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/hashreader.c | null | null | null | null | null | null | C | 2026-05-04T19:15:32.617627 | /*
* Copyright (c) 2012-2013 Spotify AB
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... |
spotify/sparkey | https://github.com/spotify/sparkey | null | null | null | null | 1,205 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/hashwriter.c | null | null | null | null | null | null | C | 2026-05-04T19:15:32.634882 | /*
* Copyright (c) 2012-2013 Spotify AB
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... |
spotify/sparkey | https://github.com/spotify/sparkey | null | null | null | null | 1,205 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/logwriter.c | null | null | null | null | null | null | C | 2026-05-04T19:15:32.654474 | /*
* Copyright (c) 2012-2013 Spotify AB
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... |
spotify/sparkey | https://github.com/spotify/sparkey | null | null | null | null | 1,205 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/logreader.c | null | null | null | null | null | null | C | 2026-05-04T19:15:32.686832 | /*
* Copyright (c) 2012-2013 Spotify AB
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... |
spotify/sparkey | https://github.com/spotify/sparkey | null | null | null | null | 1,205 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/main.c | null | null | null | null | null | null | C | 2026-05-04T19:15:33.478883 | /*
* Copyright (c) 2012-2014 Spotify AB
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... |
spotify/sparkey | https://github.com/spotify/sparkey | null | null | null | null | 1,205 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/testsystem.c | null | null | null | null | null | null | C | 2026-05-04T19:15:33.642352 | /*
* Copyright (c) 2012-2013 Spotify AB
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... |
spotify/sparkey | https://github.com/spotify/sparkey | null | null | null | null | 1,205 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/logheader.c | null | null | null | null | null | null | C | 2026-05-04T19:15:33.665576 | /*
* Copyright (c) 2012-2013 Spotify AB
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... |
spotify/sparkey | https://github.com/spotify/sparkey | null | null | null | null | 1,205 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/sparkey-internal.h | null | null | null | null | null | null | C | 2026-05-04T19:15:34.167857 | /*
* Copyright (c) 2012-2013 Spotify AB
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... |
spotify/sparkey | https://github.com/spotify/sparkey | null | null | null | null | 1,205 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/returncodes.c | null | null | null | null | null | null | C | 2026-05-04T19:15:34.239674 | /*
* Copyright (c) 2012-2013 Spotify AB
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... |
spotify/sparkey | https://github.com/spotify/sparkey | null | null | null | null | 1,205 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/testhash.c | null | null | null | null | null | null | C | 2026-05-04T19:15:34.269863 | /*
* Copyright (c) 2012-2013 Spotify AB
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... |
spotify/sparkey | https://github.com/spotify/sparkey | null | null | null | null | 1,205 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/sparkey.h | null | null | null | null | null | null | C | 2026-05-04T19:15:34.282067 | /*
* Copyright (c) 2012-2013 Spotify AB
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... |
spotify/sparkey | https://github.com/spotify/sparkey | null | null | null | null | 1,205 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/testvlq.c | null | null | null | null | null | null | C | 2026-05-04T19:15:34.337543 | /*
* Copyright (c) 2012-2013 Spotify AB
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... |
spotify/sparkey | https://github.com/spotify/sparkey | null | null | null | null | 1,205 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/util.h | null | null | null | null | null | null | C | 2026-05-04T19:15:35.138292 | /*
* Copyright (c) 2012-2013 Spotify AB
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... |
spotify/sparkey | https://github.com/spotify/sparkey | null | null | null | null | 1,205 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/util.c | null | null | null | null | null | null | C | 2026-05-04T19:15:38.591908 | /*
* Copyright (c) 2012-2013 Spotify AB
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... |
spotify/sparkey | https://github.com/spotify/sparkey | null | null | null | null | 1,205 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/testutil.c | null | null | null | null | null | null | C | 2026-05-04T19:15:43.719375 | /*
* Copyright (c) 2012-2013 Spotify AB
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | samples/common/GstMedia.c | null | null | null | null | null | null | C | 2026-05-04T19:15:48.378480 | #include "GstMedia.h"
GstElement* senderPipeline = NULL;
GstFlowReturn on_new_sample(GstElement* sink, gpointer data, UINT64 trackid)
{
GstBuffer* buffer;
STATUS retStatus = STATUS_SUCCESS;
BOOL isDroppable, delta;
GstFlowReturn ret = GST_FLOW_OK;
GstSample* sample = NULL;
GstMapInfo info;
... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | samples/common/Samples.h | null | null | null | null | null | null | C | 2026-05-04T19:15:48.379797 | /*******************************************
Shared include file for the samples
*******************************************/
#ifndef __KINESIS_VIDEO_SAMPLE_INCLUDE__
#define __KINESIS_VIDEO_SAMPLE_INCLUDE__
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#include <com/amazonaws/kinesis/video/webrtcclient/Includ... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | samples/p2p/GstAudioVideoReceiver.c | null | null | null | null | null | null | C | 2026-05-04T19:15:48.786799 | #include "../common/Samples.h"
#include <gst/gst.h>
#include <gst/app/app.h>
#include <gst/app/gstappsink.h>
static UINT64 presentationTsIncrement = 0;
static BOOL eos = FALSE;
// This function is a callback for the transceiver for every single video frame it receives
// It writes these frames to a buffer and pushes ... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | samples/p2p/kvsWebRTCClientMaster.c | null | null | null | null | null | null | C | 2026-05-04T19:15:48.843823 | #include "../common/Samples.h"
#include "../common/StaticMedia.h"
extern PSampleConfiguration gSampleConfiguration;
INT32 main(INT32 argc, CHAR* argv[])
{
STATUS retStatus = STATUS_SUCCESS;
UINT32 frameSize;
PSampleConfiguration pSampleConfiguration = NULL;
PCHAR pChannelName;
SignalingClientMetri... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | samples/common/GstMedia.h | null | null | null | null | null | null | C | 2026-05-04T19:15:48.960949 | #ifndef __KINESIS_VIDEO_SAMPLE_GST_MEDIA_INCLUDE__
#define __KINESIS_VIDEO_SAMPLE_GST_MEDIA_INCLUDE__
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#include "Samples.h"
#include <gst/gst.h>
#include <gst/app/gstappsink.h>
GstFlowReturn on_new_sample(GstElement*, gpointer, UINT64);
GstFlowReturn on_new_sample_... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | configs/config_mbedtls.h | null | null | null | null | null | null | C | 2026-05-04T19:15:49.456495 | #ifndef __KINESIS_VIDEO_WEBRTC_CLIENT_CRYPTO_CONFIG__
#define __KINESIS_VIDEO_WEBRTC_CLIENT_CRYPTO_CONFIG__
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
// enable DTLS-SRTP extension
#define MBEDTLS_SSL_DTLS_SRTP
// disable TLS 1.0 and 1.1 as they should be deprecated in major browser vendors
#undef MBEDTLS_... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | samples/p2p/kvsWebRTCClientViewerGstSample.c | null | null | null | null | null | null | C | 2026-05-04T19:15:49.461257 | #include "../common/Samples.h"
extern PSampleConfiguration gSampleConfiguration;
#ifdef ENABLE_DATA_CHANNEL
// onMessage callback for a message received by the viewer on a data channel
VOID dataChannelOnMessageCallback(UINT64 customData, PRtcDataChannel pDataChannel, BOOL isBinary, PBYTE pMessage, UINT32 pMessageLen... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | samples/webrtcstorage/kvsWebRTCStorageAudioVideoMasterGstSample.c | null | null | null | null | null | null | C | 2026-05-04T19:15:49.736568 | #include "../common/Samples.h"
#include "../common/GstMedia.h"
extern PSampleConfiguration gSampleConfiguration;
INT32 main(INT32 argc, CHAR* argv[])
{
STATUS retStatus = STATUS_SUCCESS;
PSampleConfiguration pSampleConfiguration = NULL;
PCHAR pChannelName;
SET_INSTRUMENTED_ALLOCATORS();
UINT32 lo... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | bench/WebRTCClientBenchmarkFixture.h | null | null | null | null | null | null | C | 2026-05-04T19:15:49.738607 | #include <benchmark/benchmark.h>
#include "../src/source/Include_i.h"
#include <thread>
#include <mutex>
#include <queue>
#include <atomic>
#define MAX_BENCHMARK_AWAIT_DURATION (2 * HUNDREDS_OF_NANOS_IN_A_SECOND)
namespace com {
namespace amazonaws {
namespace kinesis {
namespace video {
namespace webrtcclient {
cla... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | samples/webrtcstorage/kvsWebRTCStorageAudioVideoMasterSample.c | null | null | null | null | null | null | C | 2026-05-04T19:15:49.814029 | #include "../common/Samples.h"
#include "../common/StaticMedia.h"
extern PSampleConfiguration gSampleConfiguration;
#define SAMPLE_NAME ((PCHAR) "KVS WebRTC Storage AudioVideo Master")
STATUS addSendOnlyVideoSendrecvAudioTransceivers(PSampleConfiguration, PSampleStreamingSession);
INT32 main(INT32 argc, CHAR* argv[... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | samples/common/StaticMedia.c | null | null | null | null | null | null | C | 2026-05-04T19:15:49.932629 | #include "StaticMedia.h"
STATUS useStaticFramePresets(PSampleConfiguration pSampleConfiguration, RTC_CODEC codec)
{
STATUS retStatus = STATUS_SUCCESS;
CHK(pSampleConfiguration != NULL, STATUS_NULL_ARG);
CHK_STATUS(checkSampleFramesExist(codec));
switch (codec) {
case RTC_CODEC_H264_PROFILE_4... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | samples/webrtcstorage/kvsWebRTCStorageVideoOnlyMasterSample.c | null | null | null | null | null | null | C | 2026-05-04T19:15:50.312136 | #include "../common/Samples.h"
#include "../common/StaticMedia.h"
extern PSampleConfiguration gSampleConfiguration;
#define SAMPLE_NAME ((PCHAR) "KVS WebRTC Storage VideoOnly Master")
INT32 main(INT32 argc, CHAR* argv[])
{
STATUS retStatus = STATUS_SUCCESS;
UINT32 frameSize;
PSampleConfiguration pSampleC... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | samples/webrtcstorage/kvsWebRTCStorageVideoOnlyMasterGstSample.c | null | null | null | null | null | null | C | 2026-05-04T19:15:50.358383 | #include "../common/Samples.h"
#include "../common/GstMedia.h"
extern PSampleConfiguration gSampleConfiguration;
INT32 main(INT32 argc, CHAR* argv[])
{
STATUS retStatus = STATUS_SUCCESS;
PSampleConfiguration pSampleConfiguration = NULL;
PCHAR pChannelName;
SET_INSTRUMENTED_ALLOCATORS();
UINT32 lo... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/include/com/amazonaws/kinesis/video/webrtcclient/Stats.h | null | null | null | null | null | null | C | 2026-05-04T19:15:50.491041 | /*
* Profiler public include file
*/
#ifndef __KINESIS_VIDEO_WEBRTCCLIENT_STATS_INCLUDE__
#define __KINESIS_VIDEO_WEBRTCCLIENT_STATS_INCLUDE__
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
/////////////////////////////////////////////////////
/// Stats related string lengths
/////////////////////////////////... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/include/com/amazonaws/kinesis/video/webrtcclient/NullableDefs.h | null | null | null | null | null | null | C | 2026-05-04T19:15:50.497034 | /*
* Header file to define nullable values for common data types
*/
#ifndef __KINESIS_VIDEO_WEBRTC_CLIENT_NULLABLEDEFS__
#define __KINESIS_VIDEO_WEBRTC_CLIENT_NULLABLEDEFS__
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
////////////////////////////////////////////////////
// Public headers
/////////////////... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/source/Crypto/Crypto.c | null | null | null | null | null | null | C | 2026-05-04T19:15:50.687822 | #define LOG_CLASS "Crypto"
#include "../Include_i.h"
STATUS createRtcCertificate(PRtcCertificate* ppRtcCertificate)
{
ENTERS();
STATUS retStatus = STATUS_SUCCESS;
UINT64 startTimeInMacro = 0;
PRtcCertificate pRtcCertificate = NULL;
CHK(ppRtcCertificate != NULL, STATUS_NULL_ARG);
CHK(NULL != (... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/source/Crypto/Dtls_openssl.c | null | null | null | null | null | null | C | 2026-05-04T19:15:51.252340 | #define LOG_CLASS "DTLS_openssl"
#include "../Include_i.h"
// Allow all certificates since they are checked via fingerprint in SDP later
// https://www.openssl.org/docs/man1.0.2/man3/SSL_CTX_set_verify.html
INT32 dtlsCertificateVerifyCallback(INT32 preverify_ok, X509_STORE_CTX* ctx)
{
UNUSED_PARAM(preverify_ok);
... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/source/Crypto/IOBuffer.c | null | null | null | null | null | null | C | 2026-05-04T19:15:51.401782 | #define LOG_CLASS "IOBuffer"
#include "../Include_i.h"
STATUS createIOBuffer(UINT32 initialCap, PIOBuffer* ppBuffer)
{
STATUS retStatus = STATUS_SUCCESS;
PIOBuffer pBuffer = NULL;
pBuffer = (PIOBuffer) MEMCALLOC(SIZEOF(IOBuffer), 1);
CHK(pBuffer != NULL, STATUS_NOT_ENOUGH_MEMORY);
if (initialCap ... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/source/Crypto/Dtls_mbedtls.c | null | null | null | null | null | null | C | 2026-05-04T19:15:51.403476 | #define LOG_CLASS "DTLS_mbedtls"
#include "../Include_i.h"
/** https://tools.ietf.org/html/rfc5764#section-4.1.2 */
mbedtls_ssl_srtp_profile DTLS_SRTP_SUPPORTED_PROFILES[] = {
MBEDTLS_TLS_SRTP_AES128_CM_HMAC_SHA1_80,
MBEDTLS_TLS_SRTP_AES128_CM_HMAC_SHA1_32,
MBEDTLS_TLS_SRTP_UNSET,
};
STATUS createDtlsSes... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/source/Crypto/Tls.c | null | null | null | null | null | null | C | 2026-05-04T19:15:52.139726 | #define LOG_CLASS "TLS"
#include "../Include_i.h"
STATUS tlsSessionChangeState(PTlsSession pTlsSession, TLS_SESSION_STATE newState)
{
ENTERS();
STATUS retStatus = STATUS_SUCCESS;
CHK(pTlsSession != NULL, STATUS_NULL_ARG);
CHK(pTlsSession->state != newState, retStatus);
pTlsSession->state = newSta... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/source/Crypto/Tls.h | null | null | null | null | null | null | C | 2026-05-04T19:15:52.196690 | #ifndef __KINESIS_VIDEO_WEBRTC_CLIENT_CRYPTO_TLS__
#define __KINESIS_VIDEO_WEBRTC_CLIENT_CRYPTO_TLS__
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
typedef enum {
TLS_SESSION_STATE_NEW, /* Tls is just created, but the handshake process has not started */
TLS_SESSION_STATE_CONNECTING, /* TLS is i... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/source/Crypto/IOBuffer.h | null | null | null | null | null | null | C | 2026-05-04T19:15:52.307915 | #ifndef __KINESIS_VIDEO_WEBRTC_CLIENT_CRYPTO_IOBUFFER__
#define __KINESIS_VIDEO_WEBRTC_CLIENT_CRYPTO_IOBUFFER__
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
typedef struct __IOBuffer IOBuffer, *PIOBuffer;
struct __IOBuffer {
UINT32 off, len, cap;
PBYTE raw;
};
STATUS createIOBuffer(UINT32, PIOBuffer*... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/source/Crypto/Tls_mbedtls.c | null | null | null | null | null | null | C | 2026-05-04T19:15:52.754420 | /**
* Kinesis Video TLS
*/
#define LOG_CLASS "TLS_mbedtls"
#include "../Include_i.h"
// Read and parse CA certificate
PRIVATE_API STATUS readAndParseCACertificate(PTlsSession pTlsSession)
{
ENTERS();
STATUS retStatus = STATUS_SUCCESS;
UINT64 cert_len = 0;
PBYTE cert_buf = NULL;
CHAR errBuf[128];
... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/source/Crypto/Tls_openssl.c | null | null | null | null | null | null | C | 2026-05-04T19:15:52.856505 | /**
* Kinesis Video TLS
*/
#define LOG_CLASS "TLS_openssl"
#include "../Include_i.h"
STATUS createTlsSession(PTlsSessionCallbacks pCallbacks, PTlsSession* ppTlsSession)
{
ENTERS();
STATUS retStatus = STATUS_SUCCESS;
PTlsSession pTlsSession = NULL;
CHK(ppTlsSession != NULL && pCallbacks != NULL, STAT... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/source/Ice/ConnectionListener.c | null | null | null | null | null | null | C | 2026-05-04T19:15:52.959753 | /**
* Kinesis Video Producer ConnectionListener
*/
#define LOG_CLASS "ConnectionListener"
#include "../Include_i.h"
STATUS createConnectionListener(PConnectionListener* ppConnectionListener)
{
STATUS retStatus = STATUS_SUCCESS;
UINT32 allocationSize = SIZEOF(ConnectionListener) + MAX_UDP_PACKET_SIZE;
PCo... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | samples/discoverNatBehavior.c | null | null | null | null | null | null | C | 2026-05-04T19:15:53.461643 | #include <com/amazonaws/kinesis/video/webrtcclient/Include.h>
#define NETWORK_INTERFACE_NAME_PARAM "-i"
#define STUN_HOSTNAME_PARAM "-s"
#define DEFAULT_STUN_HOST "stun:stun.sipgate.net:3478"
BOOL filterFunc(UINT64 data, PCHAR name)
{
CHAR* desiredInterface = (CHAR*) data;
if (desiredInter... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | samples/common/StaticMedia.h | null | null | null | null | null | null | C | 2026-05-04T19:15:53.467718 | #ifndef __KINESIS_VIDEO_SAMPLE_STATIC_MEDIA_INCLUDE__
#define __KINESIS_VIDEO_SAMPLE_STATIC_MEDIA_INCLUDE__
#include "Samples.h"
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
STATUS useStaticFramePresets(PSampleConfiguration, RTC_CODEC);
STATUS readFrameFromDisk(PBYTE pFrame, PUINT32 pSize, PCHAR frameFilePat... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/source/Ice/IceAgent.h | null | null | null | null | null | null | C | 2026-05-04T19:15:53.471619 | /*******************************************
IceAgent internal include file
*******************************************/
#ifndef __KINESIS_VIDEO_WEBRTC_CLIENT_ICE_AGENT__
#define __KINESIS_VIDEO_WEBRTC_CLIENT_ICE_AGENT__
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#define KVS_ICE_MAX_CANDIDATE_PAIR_COUNT ... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/source/Ice/ConnectionListener.h | null | null | null | null | null | null | C | 2026-05-04T19:15:53.588936 | /*******************************************
Connection Listener internal include file
*******************************************/
#ifndef __KINESIS_VIDEO_WEBRTC_CONNECTION_LISTENER__
#define __KINESIS_VIDEO_WEBRTC_CONNECTION_LISTENER__
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#define CONNECTION_LISTENER... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/source/Ice/IceAgentStateMachine.c | null | null | null | null | null | null | C | 2026-05-04T19:15:53.698166 | /**
* Implementation of a ice agent states machine callbacks
*/
#define LOG_CLASS "IceAgentState"
#include "../Include_i.h"
/**
* Static definitions of the states
*/
StateMachineState ICE_AGENT_STATE_MACHINE_STATES[] = {
{ICE_AGENT_STATE_NEW, ICE_AGENT_STATE_NONE | ICE_AGENT_STATE_NEW, fromNewIceAgentState, ex... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | samples/p2p/kvsWebRTCClientMasterGstSample.c | null | null | null | null | null | null | C | 2026-05-04T19:15:53.948675 | #include "../common/Samples.h"
#include "../common/GstMedia.h"
extern PSampleConfiguration gSampleConfiguration;
INT32 main(INT32 argc, CHAR* argv[])
{
STATUS retStatus = STATUS_SUCCESS;
PSampleConfiguration pSampleConfiguration = NULL;
PCHAR pChannelName;
RTC_CODEC audioCodec = RTC_CODEC_OPUS;
RT... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | samples/p2p/kvsWebRTCClientViewer.c | null | null | null | null | null | null | C | 2026-05-04T19:15:54.020275 | #include "../common/Samples.h"
extern PSampleConfiguration gSampleConfiguration;
#ifdef ENABLE_DATA_CHANNEL
// onMessage callback for a message received by the viewer on a data channel
VOID dataChannelOnMessageCallback(UINT64 customData, PRtcDataChannel pDataChannel, BOOL isBinary, PBYTE pMessage, UINT32 pMessageLen... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/source/Ice/IceAgentStateMachine.h | null | null | null | null | null | null | C | 2026-05-04T19:15:54.083588 | /*******************************************
Signaling State Machine internal include file
*******************************************/
#ifndef __KINESIS_VIDEO_WEBRTC_ICE_STATE_MACHINE__
#define __KINESIS_VIDEO_WEBRTC_ICE_STATE_MACHINE__
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
/**
* Ice states definitio... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/source/Ice/IceUtils.h | null | null | null | null | null | null | C | 2026-05-04T19:15:54.106278 | /*******************************************
Ice Utils internal include file
*******************************************/
#ifndef __KINESIS_VIDEO_WEBRTC_ICE_UTILS__
#define __KINESIS_VIDEO_WEBRTC_ICE_UTILS__
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#define DEFAULT_MAX_STORED_TRANSACTION_ID_COUNT 20
#defin... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/source/Ice/IceUtils.c | null | null | null | null | null | null | C | 2026-05-04T19:15:54.127750 | /**
* Kinesis Video Producer Ice Utils
*/
#define LOG_CLASS "IceUtils"
#include "../Include_i.h"
static PCHAR iceServerSchemeToString(ICE_SERVER_SCHEME scheme)
{
switch (scheme) {
case ICE_SERVER_SCHEME_STUN:
return (PCHAR) "stun";
case ICE_SERVER_SCHEME_STUNS:
return (PCH... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/source/Ice/NatBehaviorDiscovery.c | null | null | null | null | null | null | C | 2026-05-04T19:15:54.301044 | #define LOG_CLASS "NatTypeDiscovery"
#include "../Include_i.h"
/* Store STUN reponse in bindingResponseList. */
STATUS natTestIncomingDataHandler(UINT64 customData, PSocketConnection pSocketConnection, PBYTE pBuffer, UINT32 bufferLen, PKvsIpAddress pSrc,
PKvsIpAddress pDest)
{
UNU... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/source/Ice/Network.h | null | null | null | null | null | null | C | 2026-05-04T19:15:54.670157 | /*******************************************
HostInfo internal include file
*******************************************/
#ifndef __KINESIS_VIDEO_WEBRTC_CLIENT_NETWORK__
#define __KINESIS_VIDEO_WEBRTC_CLIENT_NETWORK__
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#define MAX_LOCAL_NETWORK_INTERFACE_COUNT 128
/... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/source/Ice/Network.c | null | null | null | null | null | null | C | 2026-05-04T19:15:54.717350 | /**
* Kinesis Video Producer Host Info
*/
#define LOG_CLASS "Network"
#include "../Include_i.h"
STATUS getLocalhostIpAddresses(PKvsIpAddress destIpList, PUINT32 pDestIpListLen, IceSetInterfaceFilterFunc filter, UINT64 customData)
{
ENTERS();
STATUS retStatus = STATUS_SUCCESS;
UINT32 ipCount = 0, destIpLi... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/source/Ice/SocketConnection.c | null | null | null | null | null | null | C | 2026-05-04T19:15:54.756743 | /**
* Kinesis Video Tcp
*/
#define LOG_CLASS "SocketConnection"
#include "../Include_i.h"
STATUS createSocketConnection(KVS_IP_FAMILY_TYPE familyType, KVS_SOCKET_PROTOCOL protocol, PKvsIpAddress pBindAddr, PKvsIpAddress pPeerIpAddr,
UINT64 customData, ConnectionDataAvailableFunc dataAva... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/source/Ice/SocketConnection.h | null | null | null | null | null | null | C | 2026-05-04T19:15:54.816915 | /*******************************************
Socket Connection internal include file
*******************************************/
#ifndef __KINESIS_VIDEO_WEBRTC_SOCKET_CONNECTION__
#define __KINESIS_VIDEO_WEBRTC_SOCKET_CONNECTION__
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#define SOCKET_SEND_RETRY_TIMEOUT... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/source/Ice/TurnConnection.c | null | null | null | null | null | null | C | 2026-05-04T19:15:54.818249 | /**
* Kinesis Video TurnConnection
*/
#define LOG_CLASS "TurnConnection"
#include "../Include_i.h"
extern StateMachineState TURN_CONNECTION_STATE_MACHINE_STATES[];
extern UINT32 TURN_CONNECTION_STATE_MACHINE_STATE_COUNT;
// On success, ppHostname is allocated and must be freed by the caller
STATUS getHostnameFromUr... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/source/Ice/TurnConnection.h | null | null | null | null | null | null | C | 2026-05-04T19:15:54.898590 | /*******************************************
TurnConnection internal include file
*******************************************/
#ifndef __KINESIS_VIDEO_WEBRTC_CLIENT_TURN_CONNECTION__
#define __KINESIS_VIDEO_WEBRTC_CLIENT_TURN_CONNECTION__
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
// https://en.wikipedia.or... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/source/Ice/TurnConnectionStateMachine.c | null | null | null | null | null | null | C | 2026-05-04T19:15:55.301566 |
/**
* Implementation of a turn connection states machine callbacks
*/
#define LOG_CLASS "TurnConnectionState"
#include "../Include_i.h"
/**
* Static definitions of the states
*/
StateMachineState TURN_CONNECTION_STATE_MACHINE_STATES[] = {
{TURN_STATE_NEW, TURN_STATE_NEW | TURN_STATE_CLEAN_UP, fromNewTurnState... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/source/Ice/TurnConnectionStateMachine.h | null | null | null | null | null | null | C | 2026-05-04T19:15:55.354653 | /***************************************************
TURN Connections State Machine internal include file
***************************************************/
#ifndef __KINESIS_VIDEO_WEBRTC_TURN_STATE_MACHINE__
#define __KINESIS_VIDEO_WEBRTC_TURN_STATE_MACHINE__
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
/*... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/source/Metrics/Metrics.c | null | null | null | null | null | null | C | 2026-05-04T19:15:55.694910 | /**
* Kinesis WebRTC Metrics
*/
#define LOG_CLASS "Metrics"
#include "../Include_i.h"
STATUS getIceCandidatePairStats(PRtcPeerConnection pRtcPeerConnection, PRtcIceCandidatePairStats pRtcIceCandidatePairStats)
{
STATUS retStatus = STATUS_SUCCESS;
BOOL locked = FALSE;
PIceAgent pIceAgent = NULL;
CHK(... |
awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c | null | null | null | null | 1,194 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/source/Crypto/Crypto.h | null | null | null | null | null | null | C | 2026-05-04T19:15:55.722133 | #ifndef __KINESIS_VIDEO_WEBRTC_CLIENT_CRYPTO_CRYPTO__
#define __KINESIS_VIDEO_WEBRTC_CLIENT_CRYPTO_CRYPTO__
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#ifdef KVS_USE_OPENSSL
#define KVS_RSA_F4 RSA_F4
#define KVS_MD5_DIGEST_LENGTH MD5_DIGEST_LENGTH
#define KVS_SHA1_DIGEST_LENGTH S... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.