Skip to content

Commit

Permalink
add virtual interface support class;
Browse files Browse the repository at this point in the history
  • Loading branch information
gatekeep committed Jul 9, 2024
1 parent 98f620e commit d32e62e
Show file tree
Hide file tree
Showing 4 changed files with 918 additions and 5 deletions.
2 changes: 2 additions & 0 deletions src/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ file(GLOB common_SRC
"src/common/network/rest/http/*.cpp"
"src/common/network/tcp/*.cpp"
"src/common/network/udp/*.cpp"
"src/common/network/viface/*.cpp"
"src/common/yaml/*.cpp"
"src/common/*.cpp"
)
Expand Down Expand Up @@ -90,6 +91,7 @@ file(GLOB common_INCLUDE
"src/common/network/rest/http/*.h"
"src/common/network/tcp/*.h"
"src/common/network/udp/*.h"
"src/common/network/viface/*.h"
"src/common/yaml/*.h"
"src/common/*.h"
)
6 changes: 1 addition & 5 deletions src/common/network/udp/Socket.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
/**
/*
* Digital Voice Modem - Common Library
* GPLv2 Open Source. Use is subject to license terms.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* @package DVM / Common Library
* @derivedfrom MMDVMHost (https://github.com/g4klx/MMDVMHost)
* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0)
*
* Copyright (C) 2006-2016,2020 Jonathan Naylor, G4KLX
* Copyright (C) 2017-2024 Bryan Biedenkapp, N2PLL
*
Expand Down
Loading

0 comments on commit d32e62e

Please sign in to comment.