Jump to content

Jeroen

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Jeroen's Achievements

Newbie

Newbie (1/14)

  1. In my situation, it seems that taking a larger period (like 1 minute) is a good workaround.There's not too much traffic either, lots of AP's but just a few clients (<5). Looking forward to the update too, though....
  2. Thank you, Sebkinne, this worked, i made an error in building the context stream. But i see you're also using file_get_contents, instead of cURL. I prefer to use cURL because it is a little faster. The script isn't doing much most of the time. It sends real time log entries to another system, the receiver does not accept multiple entries. Especially when starting, it could burst >100 entries instantly, therefore the processing time is more or less relevant. Anyway, working fine now; thanks!
  3. I would love to because cURL is my favourite but i couldn't even do a curl_init(); afterwards script immediatly crashes. (sorry i don't have a snippet here at this moment)
  4. Hello, I'm trying to code some module on my Tetra. I want to make a SSL https-request to a server including POST vars. But it seems that i cannot do a HttpRequest. I tried to use cURL (not implemented?) and file_get_contents (always FALSE) but still i'm wondering how to to this. PHP 5.6.17, Python 2.7, Tetra 1.1.1 What do i miss, doing wrong or misunderstand??
×
×
  • Create New...