No description
Find a file
2026-06-16 12:25:46 -05:00
bin added installer 2026-06-10 19:54:11 -04:00
docs logfin expand 2026-06-16 12:25:46 -05:00
Installer added installer 2026-06-10 19:54:11 -04:00
OGP64 logfin expand 2026-06-16 12:25:46 -05:00
.gitignore added installer 2026-06-10 19:54:11 -04:00
agent_files_local_copy.zip Initial Windows agent repository 2026-06-08 10:45:20 -05:00
agent_files_old.zip Initial Windows agent repository 2026-06-08 10:45:20 -05:00
README.md refixed the server query 2026-06-08 13:06:32 -05:00

GSP Windows Agent

Cygwin-based packaging tree for the GSP Windows agent. The maintained runtime lives under OGP64/, which contains the Cygwin environment, the bundled OGP Perl agent, startup scripts, and supporting files.

Workspace reference: GSP-WORKSPACE.md

What this repository owns

  • Windows/Cygwin agent packaging
  • startup and stop scripts
  • bundled runtime files for the OGP Perl agent
  • Windows-specific installation and update helpers
  • Windows agent documentation

Runtime model

The Windows agent mirrors the Linux agent as closely as practical while using Cygwin to provide the command and process model expected by the OGP Perl agent.

Important paths

Path Purpose
OGP64/ Cygwin root and runtime bundle
OGP64/OGP/ogp_agent.pl Core Windows agent Perl service
OGP64/agent_start.bat Root launcher used to start the agent manually
OGP64/agent_stop.bat Root launcher used to stop the agent manually
OGP64/OGP/Cfg/ Runtime config and template files

Documentation entry points