Homepage

  • Projekte
  • Shop
  • Forum
Erweiterte Suche
  • Schnellzugriff
    • Unbeantwortete Themen
    • Aktive Themen
    • Suche
  • FAQ
  • Anmelden
  • Registrieren
  • Foren-Übersicht
  • Suche

Die Suche ergab 32 Treffer

Zur erweiterten Suche

Erweiterte Suche
Die Suche ergab 32 Treffer
  • 1
  • 2
  • 3
  • Nächste
von sjw
04.10.2010, 16:43:53
Forum: ETH_M32_EX
Thema: http_get and vpn connection
Antworten: 0
Zugriffe: 2496

http_get and vpn connection

hi,

i created a working http_get.c. i.e.
- its working in my local lan.
- it's working if i route it local to my wlan (other subnet)
- it's working too if i connect to a remote server at the internet.

but if i try to reach a server via my vpn it is not working.

the tcp session dont come up right ...
  • Rufe den Beitrag auf
von sjw
06.09.2010, 11:09:08
Forum: Software: Ulis Basisversion
Thema: sendmail.c
Antworten: 0
Zugriffe: 5758

sendmail.c

hi,

when i'm trying to send an email i get the next error: (replaced user@domain)

TEXT
From: John Doe <user@domain>
To: Mary Smith <user@domain>
Subject: Saying Hello
Date: Fri, 21 Nov 1997 09:55:06 -0600
Message-ID: <1234@local.machine.example>

This is a message just to say hello.
So, "Hello ...
  • Rufe den Beitrag auf
von sjw
03.09.2010, 19:37:51
Forum: ETH_M32_EX
Thema: mail tcp timer
Antworten: 0
Zugriffe: 2263

mail tcp timer

hi there,

if i configure #define MAIL_SERVER IP to a working, responding mail server everything is fine.

but, when the mailsever is not reachable, like mail daemon failure i can't send mail a second time (mail server up again)

if i watch the tcp table i see this:

tcp
00 IP:195.028.164.243 PORT ...
  • Rufe den Beitrag auf
von sjw
26.08.2010, 18:41:13
Forum: Software: Wils erweiterte Version
Thema: Zukunft Sourcecode
Antworten: 22
Zugriffe: 18373

Re: Zukunft Sourcecode

whats the status of the svn project idea?

is there a way to create some 'main change files'

so we can use ulis project as main and run an insert/patch command that inserts new lines/files.c into ulis main project so we are always up2day?
  • Rufe den Beitrag auf
von sjw
02.08.2010, 15:07:25
Forum: ETH_M32_EX
Thema: using weather/http_get module
Antworten: 3
Zugriffe: 1540

Re: using weather module

ok found the problem i think,

the page was not HTTP 1.1

but still, i get output multiple times:


ARP Request
TCP Eintrag gefunden (HTTP_CLIENT)!



Daten Anfordern



Daten Anfordern
HTTP/1.1 200 OK
Date: Mon, 02 Aug 2010 13:05:26 GMT
Server: Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0 ...
  • Rufe den Beitrag auf
von sjw
02.08.2010, 13:25:48
Forum: ETH_M32_EX
Thema: using weather/http_get module
Antworten: 3
Zugriffe: 1540

Re: using weather module

wireshark:


1696 6180.377022 192.168.1.99 192.168.2.22 TCP psprserver > http [SYN] Seq=0 Win=1100 Len=0 MSS=1100
1697 6180.377089 192.168.2.22 192.168.1.99 TCP http > psprserver [SYN, ACK] Seq=2743438585 Ack=1 Win=64900 Len=0 MSS=1360
1698 6180.377349 192.168.1.99 192.168.2.22 HTTP [TCP ...
  • Rufe den Beitrag auf
von sjw
02.08.2010, 11:54:21
Forum: ETH_M32_EX
Thema: using weather/http_get module
Antworten: 3
Zugriffe: 1540

Re: using weather module

hm,

i changed the weather ip to a pc in my local subnet. i captured the packets with wireshark from the atmega to the pc. i see much TCP Retransmissions? i think this is the problem?

it seems that every Daten Anfordern is a TCP Retransmission.
  • Rufe den Beitrag auf
von sjw
02.08.2010, 11:27:23
Forum: ETH_M32_EX
Thema: using weather/http_get module
Antworten: 3
Zugriffe: 1540

using weather/http_get module

Hello,

i'm trying to use the http_get.c and http_get.h but if i include those files i only get (usart output)


System Ready
Compiliert am Aug 2 2010 um 11:23:59
Compiliert mit GCC Version 4.3.2
ARP Request
TCP Eintrag gefunden (HTTP_CLIENT)!



Daten Anfordern



Daten Anfordern



Daten ...
  • Rufe den Beitrag auf
von sjw
17.06.2010, 18:00:30
Forum: AVR-Webmodule
Thema: log to mysql with soap??
Antworten: 0
Zugriffe: 2314

log to mysql with soap??

hello,

someone knows (if it possible?) a project/source code for an atmega and setup a tcp connection and log to mysql?


greets,
  • Rufe den Beitrag auf
von sjw
17.06.2010, 17:05:50
Forum: AVR-Webmodule
Thema: display line charts
Antworten: 2
Zugriffe: 1806

Re: display line charts

hi jorn,

i tried yo send you a private message but didn't get any responses.

i'm wondering how you log your data and put it to html. can you tell something about performance?
  • Rufe den Beitrag auf
von sjw
09.06.2010, 20:39:02
Forum: AVR-Webmodule
Thema: display line charts
Antworten: 2
Zugriffe: 1806

display line charts

Hi all,

i used will's version as a base 'os' for my project. i'm logging temperature to a mmc card.

the webpage load's data from mmc and display the graph via svg to the user. it works well but i get stucked.

there is enough memory to display a day total value to a user, but i get stucked when i ...
  • Rufe den Beitrag auf
von sjw
02.02.2010, 20:08:23
Forum: ETH_M32_EX
Thema: Webbased SVG line chart
Antworten: 10
Zugriffe: 2315

Re: Webbased SVG line chart

update:
avr-webmodule add on loaded via sdcard;
  • Rufe den Beitrag auf
von sjw
23.01.2010, 18:48:38
Forum: AVR-Webmodule
Thema: send mail error
Antworten: 2
Zugriffe: 1358

Re: send mail error

ok,
think i found the problem

when a message is on place 2,3,4 in the mail.ini it sends the recipient and sender twice instead of only one time.

the "DATA" isn't sending oke either. I don't get the "Status-Code 354 354 Enter mail, end with "." on a line by itself" when sending a message, only with ...
  • Rufe den Beitrag auf
von sjw
23.01.2010, 18:34:59
Forum: AVR-Webmodule
Thema: send mail error
Antworten: 2
Zugriffe: 1358

Re: send mail error

when i change 02 to the first place in mail.ini its working, but then 01 isnt :|
  • Rufe den Beitrag auf
von sjw
23.01.2010, 18:25:37
Forum: AVR-Webmodule
Thema: send mail error
Antworten: 2
Zugriffe: 1358

send mail error

Hi all,

i'm trying to send an email from the mmc flash card. when i tried to send mail 01 everything is working.

i put debug on, when i tried to send mail 02 i get errors like "500 5.5.1. Command unrecognized: "text here"

when i remove 01 and leave the 02 message (even the ##02) the 02 message ...
  • Rufe den Beitrag auf

Die Suche ergab 32 Treffer
  • 1
  • 2
  • 3
  • Nächste

Zur erweiterten Suche



  • Foren-Übersicht
  • Alle Zeiten sind UTC+02:00
  • Alle Cookies löschen

Powered by phpBB® Forum Software © phpBB Limited

Deutsche Übersetzung durch phpBB.de

Datenschutz | Nutzungsbedingungen

 

 

sitemap  |    |  datenschutz   |  impressum