All public logs

Jump to navigation Jump to search

Combined display of all available logs of Monocle Security. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 10:52, 7 March 2024 Chris talk contribs created page Privacy (Created page with "Monocle Security software does not collect data.")
  • 11:52, 10 December 2023 Chris talk contribs created page Monocleclient (Created page with "== Description == Monocle Client is a Qt GUI application for opening video files and communicating with the Monocle Server. == Arguments == The number of I/O service. <code>--numioservices</code>")
  • 16:10, 7 December 2023 Chris talk contribs created page Monocleserver (Created page with "== Description == Monocle Server is designed to run as a service on Windows, and a systemd service on Linux. == Arguments == Stop the process running as a daemon and run as a regular process instead. <code>--standalone</code> Log to stdout. <code>--stdout</code> Display version. <code>--version</code> The number of I/O service. <code>--numioservices</code> How many threads each I/O service should contain. <code>--numioservicethreads</code> How JSON configurati...")
  • 16:00, 7 December 2023 Chris talk contribs created page Python (Created page with "== Examples == * https://github.com/MonocleSecurity/ExamplePlugins/tree/master/Python")
  • 16:00, 7 December 2023 Chris talk contribs created page Lua (Created page with "== Examples == * https://github.com/MonocleSecurity/ExamplePlugins/tree/master/Lua")
  • 15:56, 7 December 2023 Chris talk contribs created page C (Created page with "== Examples == * https://github.com/MonocleSecurity/ExamplePlugins/tree/master/C")
  • 15:03, 7 December 2023 Chris talk contribs created page ONVIF (Created page with "== Retrieve date time == <pre class="code">TextMessageEncodingBindingElement messageElement = new TextMessageEncodingBindingElement(); messageElement.MessageVersion = MessageVersion.CreateVersion(EnvelopeVersion.Soap12, AddressingVersion.None); HttpTransportBindingElement httpBinding = new HttpTransportBindingElement(); httpBinding.AuthenticationScheme = AuthenticationSchemes.Basic; CustomBinding bind = new CustomBinding(messageElement, httpBinding); EndpointAddress devi...")
  • 14:05, 7 December 2023 Chris talk contribs created page Websocket JSON-RPC (Created page with "== Authenticate == echo '{"jsonrpc":"2.0","id":"id","params":{"username":"admin","password":"password"},"method":"authenticate"}' | ./websocat ws://127.0.0.1:9854/json <code>{"jsonrpc":"2.0","result":{"jwttoken":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXUyJ9.eyJleHAiOjE3MDE5ODU4MjksImlhdCI6MTcwMTg5OTQyOSwiaXNzIjoiYXV0aDAiLCJ1c2VydG9rZW4iOiIxIn0.x1_luycGY5oTfqGNy1SF8xqcqKGKr_hsXoDGsMjAJkA"},"id":"id"}</code> == Subscribe == echo '{"jsonrpc":"2.0","id":"id","params":{"jwttoken":"...")
  • 17:12, 2 December 2023 Chris talk contribs created page RTSP (Created page with "== Recording replay stream == rtsp://192.168.0.10:554/recording/[RecordingToken]/replay Examples: * rtsp://192.168.0.10:554/recording/1428641538893226984/replay == Media stream == rtsp://192.168.0.10:554/media/[MediaToken]/stream Examples: * rtsp://192.168.0.10:554/media/USBVideoDevice_MJPG_1920x1080/stream == Playing rtsp streams == ffplay rtsp://admin:password@192.168.0.10:554/media/USBVideoDevice_MJPG_1920x1080/stream vlc rtsp://admin:password@192.168.0.10:554/me...")
  • 16:38, 2 December 2023 Chris talk contribs created page Monoclecli (Created page with "== Retrieve all recordings == monoclecli --address 192.168.0.10 --username admin --password password --getrecordings == Retrieve all files == monoclecli --address 192.168.0.10 --username admin --password password --getfiles")
  • 20:20, 1 December 2023 Chris talk contribs created page Monoclesecurity:About (Created page with "Useful website.")
  • 20:20, 1 December 2023 Chris talk contribs created page Monoclesecurity:General disclaimer (Created page with "Be accurate.")
  • 18:09, 26 November 2023 Chris talk contribs created page HTTP JSON-RPC (Created page with " -> curl -X POST --user "admin:password" -H 'Content-Type: application/json' -d '{"jsonrpc":"2.0","id":"id","method":"getRecordingTokens"}' -s http://localhost:9854/json <- {"result":["2334007959136872822","3191928883051777765","3271420254935038039"],"error":null,"id":"id"} -> curl -X POST --user "admin:password" -H 'Content-Type: application/json' -d '{"jsonrpc":"2.0","id":"id","method":"getRecordingObjects","params":["3271420254935038039"]}' -s http://localhost:9854...")
  • 20:21, 21 November 2023 MediaWiki default talk contribs created page Main Page