New extenders

Templates for developing your own Extenders agents and listeners are located in THIS repository. Since Extenders uses goplugin technology, the core framework package versions and all extenders must be the same. Go Workspace technology is used to easily manage large numbers of extenders.

All actions are performed in the AdaptixServer directory.

  1. Move your extenders in the AdaptixServer/extenders directory and add them to the workspace.

go work use extenders/new_listener_extender
go work use extenders/new_agent_extender
  1. Sync Go Workspace

go work sync
  1. Build the extenders and specify the path to the config.json in the server profile.

make extenders

Last updated