Topology is the mathematical study of the properties that are preserved through deformations, twistings, and stretchings of objects. Tearing, however, is not allowed. A circle is topologically equivalent to an ellipse (into which it can be deformed by stretching) and a sphere is equivalent to an ellipsoid.
Questions tagged [topology]
377 questions
0
votes
3 answers
Flex + Topology View
Currently I'm working on creating a view of displaying a entire school database in the form of a graphical view.
School;
Classes;
Teachers; and
Students
I display an Image for each of the above mentioned ones. I need a plugin/tool (freeware) to…

Vivek
- 1,451
- 8
- 42
- 74
0
votes
1 answer
what is error id 220 while validating topology in ArcGis10.2?
I am getting "validate topology failed" while validating in ArcGis 10.2(Trial Version)
Please tell me what this error is and how to rectify it ?

himanshu
- 41
- 1
- 2
- 11
0
votes
1 answer
Resources for programmatic rendering of topology maps
Do you know of any frameworks, APIs, languages, or other resources that are well-suited for drawing topology maps that allow a user to interact with objects on the map? I am not constrained by language choice and the program can be web-based, or…

bn.
- 7,739
- 7
- 39
- 54
0
votes
1 answer
How to label lines with cytoscape.js?
I am using cytoscape.js to generate a visual network topology. Is there a way to display additional data (e.g. network interfaces) on the nodes themselves or on the connections between nodes? Thanks!

user2799603
- 873
- 3
- 13
- 19
0
votes
1 answer
How to implement an actor topology in AKKA?
I need to implement various kind of topologies in AKKA actor model system
like Line,mesh etc. Are there in built libraries for various kind of topologies
in AKKA? If not how can I build such topologies? Also, how do we connect two or
…

java_doctor_101
- 3,287
- 4
- 46
- 78
0
votes
2 answers
Construct Network Topology
We are trying to develop a Topology Map of available devices in a network.
I have the details of the system, like IP, Device Name.
All I need to do is to populate them on the graph and show it graphically, the problem is that we need to do it in…

Vivek
- 1,451
- 8
- 42
- 74
0
votes
1 answer
How to dynamically display a simulated network topology in Java
Specifically, I am working on a network simulation tool written in Java (JNS). Topology objects are Nodes (names, IPHandlers and IP addresses) and DuplexLinks (IP addresses for each end, bandwidth and delay).
I am looking for a way to dynamically…

Daniel Whitlock
- 1
- 2
0
votes
0 answers
Change MPI topology on the fly
I'm currently working with a program that is written in C with MPI parallelization. The computation grid is divided up using common domain decomposition techniques. The processes layout is as follows with respect to the 2D decomposition…

ThatsRightJack
- 721
- 6
- 29
0
votes
1 answer
Topology diagram in silverlight
I have a web application which lets users create entities, and define relationships and associations between the entities. I'd like to use silverlight to visually show a topology diagram of the entities. Hopefully it would be able to have some…

Jeremy
- 44,950
- 68
- 206
- 332
0
votes
1 answer
Create flat shaded cube using triangle strip
I'm not completely solid on how triangle strips work with normals. I want to make a flat shaded cube so I wrote vertices for a triangle strip that make a cube. That works. I made a cube using a triangle strip. The thing is that I set the normals of…

Jehanlos
- 77
- 1
- 8
0
votes
1 answer
traceroute output analysis linux - router ip address
I am interested in knowing the network topology. Specifically I wanted to know the ip address of the router as the 'outer world' sees it and NOT 192.168.1.1, for that I used the traceroute command which gave the following output:
..~\ $ traceroute…

CuriousSid
- 534
- 3
- 11
- 25
0
votes
1 answer
OpenMPI node & network topology
i am currently building a small utility library as part of a larger project.
OpenMPI has a well documented API library but i am a little puzzled when it comes to the lower level communication between nodes.
I know that when writing your algorithm,…

mayotic
- 342
- 1
- 3
- 15
-1
votes
0 answers
The .mn file that I saved is empty when open
I faced a problem when I run Miniedit and save the .mn files. The .mn file that I saved is empty when opened in miniedit file open menu. Any solution on how can I fix this problem?
The saved miniedit topolgy is empty when opened
-1
votes
1 answer
How to make google maps links for Geo Points?
I have a question guys.
I can't make google links for geo points.I don't know why that code is not working.
for example I have that point below:
30.152169 41.070933
I can't see this location on Google Maps when I tryed like below.Could you please…

Arda Şen
- 47
- 4
-1
votes
1 answer
How do I run python file in mininent and where do I suppose to save the file
I have python file, I want to run in mininet. But I do not know where to save file and how to run it

HAJRA ALI
- 11