Skip to content

Instantly share code, notes, and snippets.

@milisarge
milisarge / main.go
Last active January 4, 2024 06:06
Talimatci - Farklı dağıtımların paket yapım betiklerini Milis talimat yapısına çevirir.
package main
import (
"fmt"
"io/ioutil"
"net/http"
"os"
"os/exec"
"strings"
"regexp"
@milisarge
milisarge / coap-client.c
Last active February 11, 2024 18:23
Coap Client Temperature Test Code
/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* coap-client -- simple CoAP client
*
* Copyright (C) 2010--2023 Olaf Bergmann <[email protected]> and others
*
* SPDX-License-Identifier: BSD-2-Clause
*
* This file is part of the CoAP library libcoap. Please see README for terms of
* use.