Hoi RGJ,
Ik vind het erg leuk om er mee aan de gang te zijn. Kost me altijd wel wat tijd om in onderwerpen in te leven. Bijvoorbeeld nu bezig om deel van cookie info in mysql op te staan. Als je er mee verder prutst dan volgt structuur vanzelf goed na een paar iteratieslagen.
Vandaag verder met volgende onderwerpen.
- Wget (nu bezig om cookies in mysql op te slaan. (Cookies heb je nodig om in te loggen in sommige sites).
- http://www.codeproject.com/KB/recipes/krhtmlviewer.aspx
- http://mtechit.com/dlsoftware/opensched/
- Updater
Waar ik de volgende weken naar wil kijken:
- sTunnel STUN protocol - VoIP-Info inbouwen. Ik zie dat stun twee ip-adressen nodig heeft. Zie ook appendix voor de details. Ik heb nog geen duidelijk beeld hoe het werkt. Achtergrond info hierbij zie http://www.tech-invite.com/SIPWGs/15-WG-BEHAVE/PDF/draft-jennings-behave-test-results-04.pdf en STUN - Wikipedia In de tekst staat heel stroomschema met verschillende varianten. Je gaat m.i. connectie opzetten naar derde public peer als je beiden achter firewall zit. Ik denk dat als je vanachter firewall een connectie opbouwt een deur open is gezet om te gaan switchen. Je wilt niet hebben dat je geluid via derde partij (=STUN server = publieke peer) gaat doorrouteren. In bepaalde variant lees je dat ook “If the NATs are full cone then either side can initiate communication. If they are restricted cone or restricted port cone both sides must start transmitting together.” Dit betekent m.i. dat de tijdvolgorde belangrijk is.
[quote]STUN is a client-server protocol. A VoIP phone or software package may include a STUN client, which will send a request to a STUN server. The server then reports back to the STUN client what the public IP address of the NAT router is, and what port was opened by the NAT to allow incoming traffic back in to the network.
.
.
Once a client has discovered its external addresses, it can relate it to its peers. If the NATs are full cone then either side can initiate communication. If they are restricted cone or restricted port cone both sides must start transmitting together.[/quote]
- Database synchronisatie. Code heb ik al wel, alleen aansturen vanuit scheduler.
- Wengo (voice over ip) inbouwen. Ik wel ee rip van Wengo. Mogelijk ga ik ook officiele versie compileren met het recept dat ze voorschrijven. Ik ga wel de gui van SQLyog gebruiken, dus alleen de onderliggende code van Wengo gebruiken.
- Voorbrengingstraat maken d.m.v. database sychronisatie en de al ingebouwde installer van nullsoft.
De hartelijke groet Jan Marco
[quote]Appendix Stun server info:
./server [-v] [-h] [-h IP_Address] [-a IP_Address] [-p port] [-o port] [-m mediaport]
If the IP addresses of your NIC are 10.0.1.150 and 10.0.1.151, run this program with:
./server -v -h 10.0.1.150 -a 10.0.1.151
STUN servers need two IP addresses and two ports, these can be specified with:
-h sets the primary IP
-a sets the secondary IP
-p sets the primary port and defaults to 3478
-o sets the secondary port and defaults to 3479
-b makes the program run in the backgroud
-m sets up a STERN server starting at port m
-v runs in verbose mode[/quote]