Download tinygraph Free Java Code

Description

The simple and intuitive way to monitor devices on your network using SNMP.

Icons

tinygraph

Source Files

The download file tinygraph-master.zip has the following entries.


.gitignore//  w  w w  . j a  va  2 s .com
AUTHORS.md
INSTALL.md
LICENSE
README.md
requirements.txt
tinygraph/__init__.py
tinygraph/apps/__init__.py
tinygraph/apps/api/__init__.py
tinygraph/apps/api/models..py
tinygraph/apps/api/urls/__init__.py
tinygraph/apps/api/urls/core.py
tinygraph/apps/api/urls/dashboard.py
tinygraph/apps/api/urls/data.py
tinygraph/apps/api/urls/definitions.py
tinygraph/apps/api/urls/devices.py
tinygraph/apps/api/urls/rules.py
tinygraph/apps/api/urls/urls.py
tinygraph/apps/api/views/__init__.py
tinygraph/apps/api/views/core.py
tinygraph/apps/api/views/dashboard.py
tinygraph/apps/api/views/data.py
tinygraph/apps/api/views/definitions.py
tinygraph/apps/api/views/devices.py
tinygraph/apps/api/views/rules.py
tinygraph/apps/core/__init__.py
tinygraph/apps/core/cacher.py
tinygraph/apps/core/management/__init__.py
tinygraph/apps/core/management/commands/__init__.py
tinygraph/apps/core/management/commands/jobqueue.py
tinygraph/apps/core/management/commands/tinygraphd.py
tinygraph/apps/core/models.py
tinygraph/apps/core/templates/base.html
tinygraph/apps/core/templates/core/core_base.html
tinygraph/apps/core/templates/core/settings.html
tinygraph/apps/core/tests.py
tinygraph/apps/core/utils.py
tinygraph/apps/core/views.py
tinygraph/apps/dashboard/__init__.py
tinygraph/apps/dashboard/admin.py
tinygraph/apps/dashboard/fixtures/initial_data.json
tinygraph/apps/dashboard/models.py
tinygraph/apps/dashboard/templates/dashboard/dashboard_base.html
tinygraph/apps/dashboard/templates/dashboard/index.html
tinygraph/apps/dashboard/tests.py
tinygraph/apps/dashboard/urls.py
tinygraph/apps/dashboard/views.py
tinygraph/apps/data/__init__.py
tinygraph/apps/data/admin.py
tinygraph/apps/data/cacher.py
tinygraph/apps/data/models.py
tinygraph/apps/data/presenters.py
tinygraph/apps/data/receivers.py
tinygraph/apps/data/settings.py
tinygraph/apps/data/templatetags/__init__.py
tinygraph/apps/data/templatetags/graphing.py
tinygraph/apps/data/tests.py
tinygraph/apps/data/utils.py
tinygraph/apps/data/views.py
tinygraph/apps/definitions/__init__.py
tinygraph/apps/definitions/admin.py
tinygraph/apps/definitions/cacher.py
tinygraph/apps/definitions/fixtures/data_objects.xml
tinygraph/apps/definitions/fixtures/packages.json
tinygraph/apps/definitions/forms.py
tinygraph/apps/definitions/management/__init__.py
tinygraph/apps/definitions/management/commands/__init__.py
tinygraph/apps/definitions/management/commands/create_data_objects.py
tinygraph/apps/definitions/models.py
tinygraph/apps/definitions/templates/definitions/data_object_list.html
tinygraph/apps/definitions/templates/definitions/definitions_base.html
tinygraph/apps/definitions/templates/definitions/includes/data_object_children_list.html
tinygraph/apps/definitions/templates/definitions/includes/data_object_item_name.html
tinygraph/apps/definitions/templates/definitions/includes/data_object_table.html
tinygraph/apps/definitions/templates/definitions/mib_upload_list.html
tinygraph/apps/definitions/templates/definitions/mib_upload_uploaded.html
tinygraph/apps/definitions/templates/definitions/packages/package_delete.html
tinygraph/apps/definitions/templates/definitions/packages/package_detail.html
tinygraph/apps/definitions/templates/definitions/packages/package_form.html
tinygraph/apps/definitions/templates/definitions/packages/package_list.html
tinygraph/apps/definitions/templates/definitions/packages/packages_base.html
tinygraph/apps/definitions/templatetags/__init__.py
tinygraph/apps/definitions/templatetags/data_object_filters.py
tinygraph/apps/definitions/tests.py
tinygraph/apps/definitions/urls.py
tinygraph/apps/definitions/utils.py
tinygraph/apps/definitions/views.py
tinygraph/apps/devices/__init__.py
tinygraph/apps/devices/admin.py
tinygraph/apps/devices/fixtures/initial_data.json
tinygraph/apps/devices/forms.py
tinygraph/apps/devices/models.py
tinygraph/apps/devices/templates/devices/device_add.html
tinygraph/apps/devices/templates/devices/device_data_object_list.html
tinygraph/apps/devices/templates/devices/device_delete.html
tinygraph/apps/devices/templates/devices/device_detail.html
tinygraph/apps/devices/templates/devices/device_edit.html
tinygraph/apps/devices/templates/devices/device_list.html
tinygraph/apps/devices/templates/devices/devices_base.html
tinygraph/apps/devices/templates/devices/test.html
tinygraph/apps/devices/tests.py
tinygraph/apps/devices/urls.py
tinygraph/apps/devices/views.py
tinygraph/apps/events/__init__.py
tinygraph/apps/events/admin.py
tinygraph/apps/events/models.py
tinygraph/apps/events/tests.py
tinygraph/apps/events/views.py
tinygraph/apps/rules/__init__.py
tinygraph/apps/rules/admin.py
tinygraph/apps/rules/models.py
tinygraph/apps/rules/templates/rules/package_instance_detail.html
tinygraph/apps/rules/templates/rules/package_instance_membership_detail.html
tinygraph/apps/rules/templates/rules/rules_base.html
tinygraph/apps/rules/tests.py
tinygraph/apps/rules/views.py
tinygraph/context_processors.py
tinygraph/integrity.py
tinygraph/jobqueue/__init__.py
tinygraph/jobqueue/consumerd.py
tinygraph/jobqueue/consumers.py
tinygraph/jobqueue/dispatcher.py
tinygraph/jobqueue/settings.py
tinygraph/logs/.placeholder
tinygraph/manage.py
tinygraph/settings.py
tinygraph/settings_database.py.template
tinygraph/static/compass/config.rb
tinygraph/static/compass/src/ie.sass
tinygraph/static/compass/src/print.sass
tinygraph/static/compass/src/screen.sass
tinygraph/static/css/compass/ie.css
tinygraph/static/css/compass/print.css
tinygraph/static/css/compass/screen.css
tinygraph/static/css/dashboard.css
tinygraph/static/css/handheld.css
tinygraph/static/css/jquery-ui/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
tinygraph/static/css/jquery-ui/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
tinygraph/static/css/jquery-ui/ui-lightness/images/ui-bg_flat_10_000000_40x100.png
tinygraph/static/css/jquery-ui/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
tinygraph/static/css/jquery-ui/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
tinygraph/static/css/jquery-ui/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png
tinygraph/static/css/jquery-ui/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png
tinygraph/static/css/jquery-ui/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
tinygraph/static/css/jquery-ui/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
tinygraph/static/css/jquery-ui/ui-lightness/images/ui-icons_222222_256x240.png
tinygraph/static/css/jquery-ui/ui-lightness/images/ui-icons_228ef1_256x240.png
tinygraph/static/css/jquery-ui/ui-lightness/images/ui-icons_ef8c08_256x240.png
tinygraph/static/css/jquery-ui/ui-lightness/images/ui-icons_ffd27a_256x240.png
tinygraph/static/css/jquery-ui/ui-lightness/images/ui-icons_ffffff_256x240.png
tinygraph/static/css/jquery-ui/ui-lightness/jquery-ui-1.8.11.custom.css
tinygraph/static/css/style.css
tinygraph/static/images/dashboard/server-disabled.png
tinygraph/static/images/dashboard/server-empty.png
tinygraph/static/images/dashboard/server.png
tinygraph/static/images/dashboard/switch-disabled.png
tinygraph/static/images/dashboard/switch-empty.png
tinygraph/static/images/dashboard/switch.png
tinygraph/static/images/dashboard/tile.png
tinygraph/static/images/icons/ajax-error.png
tinygraph/static/images/icons/ajax-ok.png
tinygraph/static/images/icons/ajax-spinner.gif
tinygraph/static/images/icons/config-collect.png
tinygraph/static/images/icons/config-graph.png
tinygraph/static/images/icons/data-object-add-box-ok.png
tinygraph/static/images/icons/data-object-delete.png
tinygraph/static/js/libs/dd_belatedpng.js
tinygraph/static/js/libs/jquery-1.4.2.js
tinygraph/static/js/libs/jquery-1.4.2.min.js
tinygraph/static/js/libs/jquery-ui-1.8.11.min.js
tinygraph/static/js/libs/jquery.flot.js
tinygraph/static/js/libs/modernizr-1.6.min.js
tinygraph/static/js/libs/raphael-min.js
tinygraph/static/js/mylibs/interface.js
tinygraph/static/js/mylibs/jquery.statebindings.js
tinygraph/static/js/mylibs/protovis-r3.2.js
tinygraph/static/js/mylibs/raphael.device.js
tinygraph/static/js/mylibs/raphael.layer.js
tinygraph/static/js/plugins.js
tinygraph/static/js/profiling/charts.swf
tinygraph/static/js/profiling/config.js
tinygraph/static/js/profiling/yahoo-profiling.css
tinygraph/static/js/profiling/yahoo-profiling.min.js
tinygraph/static/js/script.js
tinygraph/tinygraphd/__init__.py
tinygraph/tinygraphd/signals.py
tinygraph/tinygraphd/tinygraphd.py
tinygraph/tinygraphd/utils.py
tinygraph/urls.py
tinygraph/utils/__init__.py
tinygraph/utils/daemon.py
tinygraph/utils/scheduler.py

Download

Click the following link to download tinygraph-master.zip.

tinygraph-master.zip




















Home »
  Javascript Free Code Download »
    Network »




AJAX
Client
Network
RESTful
Server
URL
URL Shortener
WebSocket