Search found 290 matches

by bluesfannoz
Tue Jan 31, 2017 8:03 pm
Forum: Conferences
Topic: Conference Presenters wanted!
Replies: 2
Views: 11110

Re: Conference Presenters wanted!

I volunteer to do a session demonstrating our software and also another session. Don't know yet what I will cover in that session.
by bluesfannoz
Thu Jan 26, 2017 9:27 am
Forum: Advanced Concepts
Topic: TIMEOUT on HTTP Client
Replies: 5
Views: 15163

Re: TIMEOUT on HTTP Client

I do not see any options to set that on the HTTP wiki page.

http://brwiki2.brulescorp.com/index.php ... egory:HTTP

You might try putting timeout= in a control file and see if it works.

timeout= is a valid HTTP header parameter. I do not know if BR implemented it though.
by bluesfannoz
Wed Jan 25, 2017 1:09 pm
Forum: Advanced Concepts
Topic: Anybody written a JSON Parser?
Replies: 21
Views: 39076

Re: Anybody written a JSON Parser?

Thanks! Just what I needed. Although I have it uploading JSON to non-BR http server.
by bluesfannoz
Sat Jan 14, 2017 6:35 pm
Forum: Advanced Concepts
Topic: Anybody written a JSON Parser?
Replies: 21
Views: 39076

Re: Anybody written a JSON Parser?

You can rename the file from a .zip extension to a .txt and then it will allow you to upload. Then anyone who downloads needs to rename the file back to a .zip extension.


Meanwhile you can send it to steve.koger@greenbush.org.
by bluesfannoz
Wed Jan 11, 2017 9:28 pm
Forum: Advanced Concepts
Topic: Anybody written a JSON Parser?
Replies: 21
Views: 39076

Re: Anybody written a JSON Parser?

Just checking if you had a chance to throw together some examples?
by bluesfannoz
Sat Dec 17, 2016 10:50 pm
Forum: Advanced Concepts
Topic: Anybody written a JSON Parser?
Replies: 21
Views: 39076

Re: Anybody written a JSON Parser?

Any and all examples you have would be helpful! Especially POST operations of JSON data.
by bluesfannoz
Wed Dec 14, 2016 11:10 pm
Forum: Conferences
Topic: Charger Cord Found at Conference
Replies: 1
Views: 10010

Re: Charger Cord Found at Conference

Sorry just saw this post. Don't recall forgetting one. But the description sounds like Apple's cord for my phone. And since I did present from my mac its likely mine.
by bluesfannoz
Mon Dec 12, 2016 5:19 pm
Forum: Advanced Concepts
Topic: Anybody written a JSON Parser?
Replies: 21
Views: 39076

Re: Anybody written a JSON Parser?

Thanks for the example! Another good one would be showing how one would using the http=client upload their JSON data to a 3rd party web server? I have seen how to parse the JSON I may receive, but have not seen an example of how on the client end to package up some JSON Data and send it over an http...
by bluesfannoz
Mon Dec 12, 2016 8:46 am
Forum: Error Codes
Topic: MAC Bugs Listing
Replies: 7
Views: 18258

Re: MAC Bugs Listing

Thanks Gordon. Hope you have a speedy recovery! I sent you an email with some additional questions.
by bluesfannoz
Mon Dec 12, 2016 8:34 am
Forum: Advanced Concepts
Topic: IP V6 Compatibility?
Replies: 10
Views: 22393

Re: IP V6 Compatibility?

Does this also apply to Client/Server's use of IP to connect? That is the area I am more concerned with.
by bluesfannoz
Fri Dec 09, 2016 1:27 pm
Forum: Error Codes
Topic: MAC Bugs Listing
Replies: 7
Views: 18258

Re: MAC Bugs Listing

I appreciate that John. But that's not the point. On the mac I get nowhere near 99 because the app crashes and that was what my demo code was for. I have no problem on Windows.
by bluesfannoz
Fri Dec 09, 2016 10:36 am
Forum: Error Codes
Topic: MAC Bugs Listing
Replies: 7
Views: 18258

Re: MAC Bugs Listing

Can we get an update on the status of resolution of these bugs?

I have emailed Gordon directly and am not getting any response. If anyone in the group knows what the status of getting the MAC version up to speed with the windows version. I would appreciate an update.
by bluesfannoz
Tue Dec 06, 2016 11:18 pm
Forum: Advanced Concepts
Topic: Anybody written a JSON Parser?
Replies: 21
Views: 39076

Re: Anybody written a JSON Parser?

Perfect! Just wanted I needed! Once again the forum shows its value!
by bluesfannoz
Mon Dec 05, 2016 10:56 pm
Forum: Advanced Concepts
Topic: Anybody written a JSON Parser?
Replies: 21
Views: 39076

Re: Anybody written a JSON Parser?

Where you have some good working examples in the Data Store Library Documentation.

This particular function is missing a working example.

Code: Select all

FNParse_Json( string-expression, value-type, member-name, mat keys$, mat values$)
Does anyone have working example of this function from web_server.bro?
by bluesfannoz
Mon Dec 05, 2016 5:08 pm
Forum: Advanced Concepts
Topic: Base64
Replies: 4
Views: 13764

Re: Base64

Updating everyone on the status of my request for Base64 Encoding and Decoding. Luis suggested a utility on Windows that I could use called certutil. I researched and found in fact that I could. The syntax is as follows: 00450 If WBPLATFORM$="WINDOWS" Then Execute "sys -m certutil -de...