omada SDN integration? #707
FlyingToto
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
|
Hi @FlyingToto , I like this idea! I regrettably don't own these devices so I need to rely to someone (like you?😃) to implement it. Can you code? I can prepare a skeleton for you with the files and then leave it to you to fill in the blanks? I can try to do it myself and you test only, but usually that takes very long as I can't quickly iterate so the development is pretty long and frustrating. Let me know what you think. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good afternoon,
Any "easy" way to integrate with omada SDN? this is an example of data that we can pull from omada:
omada also has the notion of "sites" which basically divides networks into multiple locations like and the scan is on a per-site basis.
omada_username="CHANGEME_mrpotatoe"
omada_password="CHANGEME_lfdaruiRWGFD335qw324z"
omada_site="CHANGEME_homesweethome"
omada_url="https://CHANGEME_omada.mylocaldomain"
omada -t myomada target --url $omada_url --user $omada_username --password $omada_password --site $omada_site --set-default
omada clients
Beta Was this translation helpful? Give feedback.
All reactions