- Community Home
- >
- Networking
- >
- Software Defined Networking
- >
- Re: Using internal services of the SDN controller ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2016 01:34 AM
02-25-2016 01:34 AM
Hi, I'm new here so hopefully this is the right place to ask my question.
Currently, I try to implement an internal SDN application for the HP VAN SDN controller. The controller is running in a seperate VM, which is the same for mininet. I also have installed the SDK and I'm able to compile a simple SDN application generated by the gen-sdn-app script via mvn clean install.
Now, I'd like to play around with the controller's capabilities. First, I like to read the topology using the controller's topology service - see http://h22208.www2.hpe.com/eginfolib/networking/docs/sdn/sdnc2_6/hp-sdn-apidoc-2.6.8/com/hp/sdn/topo...
How can I get an object of that service?
TopologyService ts = new TopologyService() does not work.
Thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2016 04:30 AM