This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "fmt" | |
| "io/ioutil" | |
| "net/http" | |
| "os" | |
| "os/exec" | |
| "strings" | |
| "regexp" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* -*- 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. |
OlderNewer