nanover.app package
Module providing application level wrappers, orchestrators and managers that can be used to easily build and deploy NanoVer services.
Submodules
- nanover.app.app_server module
NanoverApplicationServer
NanoverApplicationServer.DEFAULT_SERVER_NAME
NanoverApplicationServer.add_service()
NanoverApplicationServer.address
NanoverApplicationServer.basic_server()
NanoverApplicationServer.close()
NanoverApplicationServer.discovery
NanoverApplicationServer.name
NanoverApplicationServer.port
NanoverApplicationServer.running_discovery
NanoverApplicationServer.server
SupportsClose
qualified_server_name()
start_default_server_and_discovery()
- nanover.app.client module
NanoverImdClient
NanoverImdClient.all_frames
NanoverImdClient.are_frames_subscribed
NanoverImdClient.attempt_update_multiplayer_locks()
NanoverImdClient.attempt_update_multiplayer_state()
NanoverImdClient.autoconnect()
NanoverImdClient.clear_selections()
NanoverImdClient.close()
NanoverImdClient.connect()
NanoverImdClient.connect_imd()
NanoverImdClient.connect_multiplayer()
NanoverImdClient.connect_to_single_server()
NanoverImdClient.connect_to_single_server_multiple_ports()
NanoverImdClient.connect_trajectory()
NanoverImdClient.create_selection()
NanoverImdClient.current_frame
NanoverImdClient.first_frame
NanoverImdClient.frames
NanoverImdClient.get_selection()
NanoverImdClient.get_shared_value()
NanoverImdClient.interactions
NanoverImdClient.latest_frame
NanoverImdClient.latest_multiplayer_values
NanoverImdClient.remove_selection()
NanoverImdClient.remove_shared_value()
NanoverImdClient.root_selection
NanoverImdClient.run_command()
NanoverImdClient.run_imd_command()
NanoverImdClient.run_list()
NanoverImdClient.run_load()
NanoverImdClient.run_multiplayer_command()
NanoverImdClient.run_next()
NanoverImdClient.run_pause()
NanoverImdClient.run_play()
NanoverImdClient.run_reset()
NanoverImdClient.run_step()
NanoverImdClient.run_trajectory_command()
NanoverImdClient.selections
NanoverImdClient.set_shared_value()
NanoverImdClient.start_interaction()
NanoverImdClient.stop_interaction()
NanoverImdClient.subscribe_multiplayer()
NanoverImdClient.subscribe_to_all_frames()
NanoverImdClient.subscribe_to_frames()
NanoverImdClient.update_available_commands()
NanoverImdClient.update_interaction()
NanoverImdClient.update_selection()
NanoverImdClient.wait_until_first_frame()
need_frames()
need_imd()
need_multiplayer()
need_trajectory_joined()
- nanover.app.frame_app module
- nanover.app.imd_app module
- nanover.app.multiuser module
- nanover.app.runner module
- nanover.app.selection module
RenderingSelection
RenderingSelection.add_particles()
RenderingSelection.clear_particles()
RenderingSelection.flush_changes()
RenderingSelection.from_dictionary()
RenderingSelection.hide
RenderingSelection.interaction_method
RenderingSelection.modify()
RenderingSelection.read_from_dictionary()
RenderingSelection.read_hide_from_dictionary()
RenderingSelection.read_interaction_method_from_dictionary()
RenderingSelection.read_renderer_from_dictionary()
RenderingSelection.read_selected_particles_from_dictionary()
RenderingSelection.read_velocity_reset_from_dictionary()
RenderingSelection.remove()
RenderingSelection.removed
RenderingSelection.renderer
RenderingSelection.selected_particle_ids
RenderingSelection.selection_id
RenderingSelection.selection_name
RenderingSelection.set_particles()
RenderingSelection.to_dictionary()
RenderingSelection.updated
RenderingSelection.velocity_reset
get_nested_or_default()