Start a new proxy
proxy(ipAddress = "http://localhost", bmpPort, port, openPort = TRUE)
an object of type proxy is returned.
## Not run: ------------------------------------ # # A BMP server is assummed running on port 9090 # prxy <- proxy(bmpPort = 9090L, port = 39500L) ## ---------------------------------------------