Custom vpncmd for API / RPC Command / Time scheduled

Post your questions about SoftEther VPN software here. Please answer questions if you can afford.
Post Reply
antwal
Posts: 2
Joined: Tue Jul 15, 2014 4:05 pm

Custom vpncmd for API / RPC Command / Time scheduled

Post by antwal » Tue Jul 15, 2014 4:22 pm

Hi all,

I made some changes to vpncmd;

but I have this problem, if I disable the output in the console, the vpncmd does not work because I does not receive the data from commands or errors

I have change the function void UniPrintStr(wchar_t *string).

I need only error codes or commands response,

How can resolve without change all code?

Thanks.

antwal
Posts: 2
Joined: Tue Jul 15, 2014 4:05 pm

Re: Custom vpncmd for API / RPC Command / Time scheduled

Post by antwal » Tue Jul 15, 2014 9:03 pm

Hi,

i have found;

to remove all headers I have comments some lines on command.c and console.c,
now need remove all help lines and leave only with console "VPN Client> / Server> / Tools>" and convert the output to xml / json if args not is empty.

Thanks.

Post Reply