place netsim in static library
This commit is contained in:
parent
aa458dadd6
commit
8f840ff1fe
10 changed files with 17 additions and 10 deletions
14
src/main.cpp
14
src/main.cpp
|
@ -1,14 +0,0 @@
|
|||
#include <iostream>
|
||||
|
||||
#include "Netsim.hpp"
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
Network network("Testnet");
|
||||
|
||||
network.addDevice(Device::create("FA:56:A7:12:04:ED"));
|
||||
network.addDevice(Device::create("87:1A:B5:77:3D:33"));
|
||||
|
||||
std::cout << network << std::endl;
|
||||
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue