Thought I would post some more info as to whats happening on my machine because i am really keen to get this working;
here is the messages past between my client and someone else, trying to send them my own home made assembly called SimplePlant_1
This was the most basic thing i could make, because i was sitting with an empty terrarium, so i figured Id see if i could send intormation because I was not recieveing anything.
here goes.
1: GET /version HTTP/1.1 User-Agent: Microsoft .NET Terrarium Host: xxx.xxx.xxx.xxx:50000
response;
HTTP/1.1 200 OK Server: Microsoft .Net Terrarium Date: Sat, 23 Apr 2005 10:12:10 GMT Connection: Close Content-Length: 97 Content-Type: text/xml
<version><build>0</build><major>1</major>.<minor>2</minor>.</version><channel>EcoSystem</channel>
So far so good. next message
POST /organisms/assemblycheck HTTP/1.1 User-Agent: Microsoft .NET Terrarium Content-Type: application/text Content-Length: 62 Expect: 100-continue Host: xxx.xxx.xxx.xxx:50000
:response:
HTTP/1.1 100 Continue Server: HttpWebListener
::
Ebula_3, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
(note Eblua was added from the servers extinct list)
::
HTTP/1.1 200 OK Server: Microsoft .Net Terrarium Date: Sat, 23 Apr 2005 10:12:10 GMT Connection: Close Content-Length: 38 Content-Type: text/xml
<assemblyexists>false</assemblyexists>
::
POST /organisms/assemblies HTTP/1.1 User-Agent: Microsoft .NET Terrarium Content-Type: application/octet-stream Assembly: Ebula_3, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null Content-Length: 11776 Expect: 100-continue Host: xxx.xxx.xxx.xxx:50000
I then proceded to send the assembly;
HTTP/1.1 200 OK Server: Microsoft .Net Terrarium Date: Sat, 23 Apr 2005 10:12:12 GMT Connection: Close Content-Length: 36 Content-Type: text/xml
<assemblysaved>false</assemblysaved>
great error messages here ;)
::
POST /organisms/state HTTP/1.1 User-Agent: Microsoft .NET Terrarium Content-Type: application/octet-stream peerChannel: EcoSystem Content-Length: 3032 Expect: 100-continue Host: xxx.xxx.xxx.xxx:50000
i get a few more messages before receiving this
HTTP/1.1 200 OK Server: Microsoft .Net Terrarium Date: Sat, 23 Apr 2005 10:12:12 GMT Connection: Close Content-Length: 147 Content-Type: text/xml
<organismArrived>false</organismArrived><reason>The peer yyy.yyy.yyy.yyy did not pass the check for badpeer/shouldreceive on the remote peer</reason>
so im assming that im being black listed and i dont know why. btw yyy.yyy.yyy.yyy is my correct Ip, so it should be working. bleh im flumexed again.
|