initial commit
This commit is contained in:
commit
811f80c92c
17 changed files with 549 additions and 0 deletions
13
source/utils/address.hpp
Normal file
13
source/utils/address.hpp
Normal file
|
@ -0,0 +1,13 @@
|
|||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <cstdint>
|
||||
|
||||
|
||||
namespace utils::address {
|
||||
|
||||
|
||||
std::string mac_bytes_to_string(const std::uint8_t address_bytes[6]);
|
||||
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue