Translate

Freitag, 13. April 2018

2,2 Millionen Euro Ablöse: Kovac wird Heynckes-Nachfolger


Kovac ist denke ich nicht schlecht. Ob er genügend internationale Erfahrung hat (Als Spieler ja, als Trainer nein), wird sich zeigen. Ich denke, dass er eine gute Lösung ist. Klar, eine weitere Saison mit Don Jupp wäre top, ist aber unrealistisch. Außerdem hat er sich die Rente verdient. Und zum Glück haben wir keine Tuchel bekommen. Der ist eh nach Mourinho der größte Pfosten überhaupt.

2,2 Millionen Euro Ablöse: Kovac wird Heynckes-Nachfolger



Bayern kauft die Liga leer, ja klar. Und Dortmund nicht, oder wie?

Selber schuld, wenn Frankfurt Kovac eine Ausstiegsklausel zulässt...

Rotsünder Buffon zum Schiedsrichter: "Fahr zur Hölle"



Nachdem ich gelesen habe, was hier für Schwachsinn geschriebene wird, muss ich mich mal einschalten.

Der Elfmeter war niemals einer. Den kann man vielleicht in der 2. Bundesliga beim Spiel Aue gegen Sandhausen geben, aber nicht in der Champions League.

Ich erinnere mal daran: Champions League Finale vor 2 (oder 3?) Jahren, Real-Atletico, es steht 1:0 für Atletico in der 90. und gab keine nennenswerten Unterbrechungen: 5 Minuten Nachspielzeit und Real gleicht in 90+5 aus... Champions League letztes Jahr, Barca-PSG, Rückspiel, Barca verliert 4:0 im Hinspiel, es steht im Rückspiel 5:1, damit wäre PSG weiter, Neymar lässt sich in der 90 + 2. Minute fallen, klare Schwalbe, Elfmeter, Barca ist weiter. Real-Juve, dieses Jahr, 90 + 8, wieder irregulärer Elfmeter, Real ist weiter. Schmeckt das nur mir komisch, oder kommt das auch jemand anderen "Spanisch" vor?

Wenn man sich das Spiel von Bayern angeschaut hat und das von Real: Wenn das ein Elfmeter ist, hätte Lewandowski 5 bekommen müssen...

Zu Buffon: Was erwartet ihr denn? Sein vielleicht letzter großer Auftritt und ein irregulärer Elfmeter. Olli Kahn hätte den Schiri bei der Entscheidung geohrfeigt. Ich sage nicht, dass Juventus das Spiel zwingend gewonnen hätte, aber Verlängerung wäre gerechtfertigt gewesen.

Und wieso regt man sich über Ronaldo auf? Ganz einfach, weil er den IQ einer Taube hat. Wenn man so ein Spiel abliefert und dann vom Schiedsrichter bevorzugt wird (Einige meiner Freunde sind Real-Fans und selbst die hätten den Elfmeter nicht gegeben), dann braucht man nicht so zu jubeln wie wenn man gerade 5:0 gewonnen hat. Außerdem wird Ronaldo auch alt und sieht damit noch komischer aus als zuvor. Und sich dann hinzustellen und zu sagen, dass er die Aufregung nicht versteht, zeigt mal wieder seine nicht vorhandene Klasse. Klar, er ist ein guter Fußballer, aber beim Ballon d'or hat man gesehen, wieso wir Menschen vom Affen abstammen-Bei Ronaldo war das dann wohl eher ein Pavian als ein Gorilla...

Aber was solls, hoffen wir auf Liverpool-Reak und dass Klopp dem Irrsinn da ein Ende setzt. Nochmal hat es Real Madrid bei der Leistung nicht verdient, die Champions League zu holen...

EnvironmentDataMeasurementSystem

EnvironmentDataMeasurementSystem is a project that shows how to connect a ESP8266 / NodeMCU to an API service to store environment data in a database using the DHT22 and LM35 sensors
 
 

Arduino Temperatur und Luftfeuchtigkeit messen

MQTT server support-Feature comparison of different MQTT brokers

This page attempts to document the features that various MQTT servers (brokers) support. This is specific to their MQTT support; many of these servers have much wider capabilities beyond just MQTT.



Differences between versions 3.1.1 and 5.0 of the MQTT specification

Summary of new features in MQTT v5.0 (non-normative)



The following new features are added to MQTT v5.0

·         Session expiry
Split the Clean Session flag into a Clean Start flag which indicates that the session should start without using an existing session, and a Session Expiry interval which says how long to retain the session after a disconnect. The session expiry interval can be modified at disconnect. Setting of Clean Start to 1 and Session Expiry Interval to 0 is equivalent in MQTT v3.1.1 of setting Clean Session to 1.

·         Message expiry
Allow an expiry interval to be set when a message is published.

·         Reason code on all ACKs
Change all response packets to contain a reason code. This include CONNACK, PUBACK, PUBREC, PUBREL, PUBCOMP, SUBACK, UNSUBACK, DISCONNECT, and AUTH. This allows the invoker to determine whether the requested function succeeded.

·         Reason string on all ACKs
Change most packets with a reason code to also allow an optional reason string. This is designed for problem determination and is not intended to be parsed by the receiver.

·         Server disconnect
Allow DISCONNECT to be sent by the Server to indicate the reason the connection is closed.

·         Payload format and content type
Allow the payload format (binary, text) and a MIME style content type to be specified when a message is published. These are forwarded on to the receiver of the message.

·         Request / Response
Formalize the request/response pattern within MQTT and provide the Response Topic and Correlation Data properties to allow response messages to be routed back to the publisher of a request. Also, add the ability for the Client to get configuration information from the Server about how to construct the response topics.

·         Shared Subscriptions
Add shared subscription support allowing for load balanced consumers of a subscription

·         Subscription ID
Allow a numeric subscription identifier to be specified on a SUBSCRIBE, and returned on the message when it is delivered. This allows the Client to determine which subscription or subscriptions caused the message to be delivered.

·         Topic Alias
Decrease the size of the MQTT packet overhead by allowing the topic name to be abbreviated to a small integer. The Client and Server independently specify how many topic aliases they allow.

·         Flow control
Allow the Client and Server to independently specify the number of outstanding reliable messages (QoS>0) they allow. The sender pauses sending such messages to stay below this quota. This is used to limit the rate of reliable messages, and to limit how many are in flight at one time.

·         User properties
Add User Properties to most packets. User properties on PUBLISH are included with the message and are defined by the Client applications. The user properties on PUBLISH and Will Properties are forwarded by the Server to the receiver of the message. User properties on the CONNECT, SUBSCRIBE, and UNSUBSCRIBE packets are defined by the Server implementation. The user properties on CONNACK PUBACK, PUBREC, PUBREL, PUBCOMP, SUBACK, UNSUBACK and AUTH packets are defined by the sender, and are unique to the sender implementation. The meaning of user properties is not defined by MQTT.

·         Maximum Packet Size
Allow the Client and Server to independently specify the maximum packet size they support. It is an error for the session partner to send a larger packet.

·         Optional Server feature availability
Define a set of features which the Server does not allow and provide a mechanism for the Server to specify this to the Client. The features which can be specified in this way are: Maximum QoS, Retain Available, Wildcard Subscription Available, Subscription Identifier Available, and Shared Subscription Available. It is an error for the Client to use features that the Server has declared are not available.

It is possible in earlier versions of MQTT for a Server to not implement a feature by declaring that the Client is not authorized for that function. This feature allows such optional behavior to be declared and adds specific Reason Codes when the Client uses one of these features anyway.

·         Enhanced authentication
Provide a mechanism to enable challenge/response style authentication including mutual authentication. This allows SASL style authentication to be used if supported by both Client and Server, and includes the ability for a Client to re-authenticate within a connection.

·         Subscription options
Provide subscription options primarily defined to allow for message bridge applications. These include an option to not send messages originating on this Client (noLocal), and options for handling retained messages on subscribe.

·         Will delay
Add the ability to specify a delay between the end of the connection and sending the will message. This is designed so that if a connection to the session is re-established then the will message is not sent. This allows for brief interruptions of the connection without notification to others.

·         Server Keep Alive
Allow the Server to specify the value it wishes the Client to use as a keep alive. This allows the Server to set a maximum allowed keepalive and still have the Client honor it.

·         Assigned ClientID
In cases where the ClientID is assigned by the Server, return the assigned ClientID. This also lifts the restriction that Server assigned ClientIDs can only be used with Clean Session=1 connections.

·         Server reference
Allow the Server to specify an alternate Server to use on CONNACK or DISCONNECT. This can be used as a redirect or to do provisioning.


 

Denic und Fakeshops (Update)

DoS-Attacke oder Schadcode? Angreifer haben bei Juniper Juno OS und SRX die Wahl

Telefonbetrug: Vorsicht vor gefälschter Vodafone-Kundenbefragung

Wurde Lesen.to tatsächlich verkauft?

Boerse.sx unter anderen Domains erreichbar

SirenJack: Öffentliche Notfallalarmsysteme anfällig für Fehlalarme

Meltdown- & Spectre-Updates für alle: Microsoft entfernt Antiviren-Registry-Schlüssel

Dubai testet digitale KFZ-Kennzeichen

Sicherheitsforscher: Intel-Modem macht neue iPhones für Schadcode anfällig

heise devSec 2018: Jetzt noch Vorträge einreichen

Die Kombination von Googlemail und Netflix begünstigt Phishingmails

The dots do matter: how to scam a Gmail user from Netflix

AMD-Prozessoren bekommen Windows-10-Update gegen Spectre-V2-Lücke

T-Mobile Austria will nach Twitter-Shitstorm an der IT-Sicherheit nachbessern

Klartextpasswörter und "amazing Security" bei T-Mobile.at

Mozilla, Google und Microsoft unterstützen WebAuthn und damit Logins ohne Passwörter

Enterprise Password Vault: CyberArk fixt Web-Acess-Komponente

Verflixt und abkassiert: Polizei warnt vor gefälschten Streaming-Portalen

Konkurrenz für Slack: Facebook startet Gratis-Version von Workplace

Patchday: Kritische Flash-Updates und mehr

Patchday: Microsoft kümmert sich um mehr als 60 Lücken in Windows & Co.

Samsung Galaxy S8 Full Cover Panzerglasfolie Folie Panzerglas 3D 9h Curve neue Version in Transparent von VAPIAO