NAME
    ntpbclient - issue commands to PS2rd

SYNOPSIS
    ntpbclient [options] <command> [args]

DESCRIPTION
    ntpbclient is a client application to talk to the server side of PS2rd.

OPTIONS
    -h, --help
        Show help text.

    --man
        Show man page.

  COMMANDS
    halt
        Halt game execution.

    resume
        Resume game execution.

    dump <start> <end> <file>
        Dump memory from address <start> to address <end> to <file>.

ENVIRONMENT
    PS2_IP
        By default, ntpbclient connects to the IP 192.168.0.10. You can
        change the address by setting the PS2_IP environment variable.

EXAMPLES
    *   ntpbclient halt

    *   ntpbclient resume

    *   ntpbclient dump bfc00000 c0000000 bios.bin

    *   ntpbclient dump 00100000 02000000 user.bin

AUTHORS
    *   Written by Mathias Lafeldt <misfire@debugon.org>

    *   Based on ntpbclient.c by jimmikaelkael <jimmikaelkael@wanadoo.fr>

LICENSE
    ntpbclient is part of PS2rd, the PS2 remote debugger.

    PS2rd is free software: you can redistribute it and/or modify it under
    the terms of the GNU General Public License as published by the Free
    Software Foundation, either version 3 of the License, or (at your
    option) any later version.

