generate_network module

generate_network.create_network()

code for creating a complex graph, here we assume there are 7 different zones and the main control center. so take there are 8 LANs Lets say there are 16 Routers, 8 are directly connected to the LANs and 8 are for the backbone network Lets say the adjacency matrix

generate_network.create_network2()
generate_network.draw_cyber_network(G)

This function draw the cyber network