ubiquiti-drawio
ubiquiti-drawio copied to clipboard
Draw.io library for Ubiquiti networks
ubiquiti-drawio
Draw.io library for Ubiquiti networks
The SVG shapes were retrieved from the official Ubiquiti site
In particular, the file used was UniFi-2017 SVG.zip (available SVG file at the time of writing)
Usage
-
Go to draw.io and create a new diagram.
-
Then go to
File -> Open Library From -> Url...
-
Enter
https://github.com/donhector/ubiquiti-drawio/raw/main/Ubiquiti.xml
as the URL -
Click
Open
NOTE: Depending on your connection, this might take a while (the library is around 40Mb) so be patient.
You should see the new library loaded in draw.io:
Now you can drag and drop the Ubiquiti shapes into your diagram.
Building your own library
Creating a new library in draw.io is also straight forward. This is how I created it:
- Open draw.io
- Go to
File -> New Library -> Device...
- Give your library a name. ie:
MyLib.xml
- Click
Add images
- Drag and drop desired images into the dialog (those can be .svg files no problem).
- Keep adding images until you are done
- Click
Save
That will import the MyLib
library into the draw.io
UI and will also download it as an xml file to your computer (ie: MyLib.xml
)